sinek/src popup.c,1.29,1.30
[email protected] Thu, 16 Jan 2003 23:46:34 -0800
| Newsgroups | gmane.comp.video.sinek.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/sinek/sinek/src
In directory sc8-pr-cvs1:/tmp/cvs-serv5381
Modified Files:
popup.c
Log Message:
gtkxine changes
Index: popup.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/popup.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- popup.c 3 Jan 2003 09:42:20 -0000 1.29
+++ popup.c 17 Jan 2003 07:46:32 -0000 1.30
@@ -74,7 +74,7 @@
menu = gtk_item_factory_get_widget(fabrika, "<main>");
autoplay = gtk_item_factory_get_widget(fabrika, _("/Control/Autoplay"));
- ids = xine_get_autoplay_input_plugin_ids(sinek.xine);
+ ids = gtk_xine_get_autoplay_input_plugin_ids(GTK_XINE(sinek.xine));
create_list(autoplay, (char **) ids, G_CALLBACK(cb_auto_browse));
w_play = gtk_item_factory_get_widget(fabrika, _("/Control/Play"));
@@ -137,7 +137,7 @@
int num;
char **mrls;
- mrls = xine_get_autoplay_mrls(sinek.xine, id, &num);
+ mrls = gtk_xine_get_autoplay_mrls(GTK_XINE(sinek.xine), id, &num);
if(!mrls) return;
if(num == 1)
{
-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en