Oops, compile fix.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2840 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2008-07-30 18:19:57 +00:00
parent 961b040d8e
commit 4936861c6a

View File

@ -367,7 +367,7 @@ static gboolean notebook_tab_label_cb(GtkWidget *widget, GdkEventButton *event,
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() */
}