Commit 6854d3f1 authored by Stéphane Borel's avatar Stéphane Borel

*Fixed a bug with Previous chapter button in gnome

parent edcfc7d3
...@@ -717,7 +717,7 @@ create_intf_window (void) ...@@ -717,7 +717,7 @@ create_intf_window (void)
"intf_window"); "intf_window");
gtk_signal_connect (GTK_OBJECT (button_chapter_prev), "clicked", gtk_signal_connect (GTK_OBJECT (button_chapter_prev), "clicked",
GTK_SIGNAL_FUNC (GtkChapterPrev), GTK_SIGNAL_FUNC (GtkChapterPrev),
NULL); "intf_window");
gtk_signal_connect (GTK_OBJECT (button_chapter_next), "clicked", gtk_signal_connect (GTK_OBJECT (button_chapter_next), "clicked",
GTK_SIGNAL_FUNC (GtkChapterNext), GTK_SIGNAL_FUNC (GtkChapterNext),
"intf_window"); "intf_window");
......
...@@ -803,7 +803,8 @@ ...@@ -803,7 +803,8 @@
<signal> <signal>
<name>clicked</name> <name>clicked</name>
<handler>GtkChapterPrev</handler> <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> </signal>
<stock_button>GNOME_STOCK_BUTTON_PREV</stock_button> <stock_button>GNOME_STOCK_BUTTON_PREV</stock_button>
<relief>GTK_RELIEF_NONE</relief> <relief>GTK_RELIEF_NONE</relief>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment