SF.net SVN: geany:[2840] trunk/src/notebook.c
eht16 at users.sourceforge.net
eht16 at xxxxx
Wed Jul 30 18:19:58 UTC 2008
Revision: 2840
http://geany.svn.sourceforge.net/geany/?rev=2840&view=rev
Author: eht16
Date: 2008-07-30 18:19:57 +0000 (Wed, 30 Jul 2008)
Log Message:
-----------
Oops, compile fix.
Modified Paths:
--------------
trunk/src/notebook.c
Modified: trunk/src/notebook.c
===================================================================
--- trunk/src/notebook.c 2008-07-30 18:19:19 UTC (rev 2839)
+++ trunk/src/notebook.c 2008-07-30 18:19:57 UTC (rev 2840)
@@ -367,7 +367,7 @@
if (event->button == 2)
{
document_remove_page(gtk_notebook_page_num(GTK_NOTEBOOK(main_widgets.notebook),
- GTK_WIDGET(user_data)));
+ GTK_WIDGET(data)));
return TRUE; /* stop other handlers like notebook_tab_bar_click_cb() */
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list