Notebook: Don't notify 2x from set_tab_label_text

It calls set_tab_label(), which already does that.
This commit is contained in:
Daniel Boles 2018-10-12 23:40:16 +01:00
parent 9cbd3ac017
commit f252bbc02c

View File

@ -6540,7 +6540,6 @@ gtk_notebook_set_tab_label_text (GtkNotebook *notebook,
if (tab_text)
tab_label = gtk_label_new (tab_text);
gtk_notebook_set_tab_label (notebook, child, tab_label);
child_notify (notebook, child, "tab-label");
}
/**