Kaydet (Commit) 4936861c authored tarafından Enrico Tröger's avatar Enrico Tröger

Oops, compile fix.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2840 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 961b040d
......@@ -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() */
}
......
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