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:
parent
961b040d8e
commit
4936861c6a
@ -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() */
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user