]> git.sesse.net Git - vlc/commitdiff
*Fixed a bug with Previous chapter button in gnome
authorStéphane Borel <stef@videolan.org>
Tue, 29 May 2001 13:53:16 +0000 (13:53 +0000)
committerStéphane Borel <stef@videolan.org>
Tue, 29 May 2001 13:53:16 +0000 (13:53 +0000)
plugins/gtk/gnome_interface.c
plugins/gtk/intf_gnome.glade

index f0306fe167b9a293118b4f6e74dd2861fb98d9dd..1e253634c47486c8ac4acffb3955fb0943e4af9c 100644 (file)
@@ -717,7 +717,7 @@ create_intf_window (void)
                       "intf_window");
   gtk_signal_connect (GTK_OBJECT (button_chapter_prev), "clicked",
                       GTK_SIGNAL_FUNC (GtkChapterPrev),
-                      NULL);
+                      "intf_window");
   gtk_signal_connect (GTK_OBJECT (button_chapter_next), "clicked",
                       GTK_SIGNAL_FUNC (GtkChapterNext),
                       "intf_window");
index 561567d4097ee26d2eb62b4ee42c8bb0716b4571..9f1eb69816a5883a003804fed9d6fdf8d89f09d1 100644 (file)
            <signal>
              <name>clicked</name>
              <handler>GtkChapterPrev</handler>
-             <last_modification_time>Sat, 19 May 2001 02:46:07 GMT</last_modification_time>
+             <data>&quot;intf_window&quot;</data>
+             <last_modification_time>Tue, 29 May 2001 13:13:41 GMT</last_modification_time>
            </signal>
            <stock_button>GNOME_STOCK_BUTTON_PREV</stock_button>
            <relief>GTK_RELIEF_NONE</relief>