sinek/src about.c,1.15,1.16
[email protected] Wed, 15 Jan 2003 23:02:08 -0800
| Newsgroups | gmane.comp.video.sinek.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/sinek/sinek/src In directory sc8-pr-cvs1:/tmp/cvs-serv9308 Modified Files: about.c Log Message: gtkxine changes Index: about.c =================================================================== RCS file: /cvsroot/sinek/sinek/src/about.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- about.c 4 Jan 2003 09:24:11 -0000 1.15 +++ about.c 16 Jan 2003 07:02:06 -0000 1.16 @@ -11,6 +11,7 @@ #include "common.h" #include "sinek.xpm" +#include "gtkxine.h" int about_build(GtkWidget **win) @@ -20,7 +21,9 @@ char *tmp; int major, minor, sub; - xine_get_version(&major, &minor, &sub); + major = gtk_xine_get_major_version(GTK_XINE(sinek.xine)); + minor = gtk_xine_get_minor_version(GTK_XINE(sinek.xine)); + sub = gtk_xine_get_sub_version(GTK_XINE(sinek.xine)); w = gtk_dialog_new(); gtk_dialog_set_has_separator(GTK_DIALOG(w), FALSE); ------------------------------------------------------- This SF.NET email is sponsored by: A Thawte Code Signing Certificate is essential in establishing user confidence by providing assurance of authenticity and code integrity. Download our Free Code Signing guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en