Skip to content

Commit

Permalink
Remove redundant page tab setting code.
Browse files Browse the repository at this point in the history
The tab is set again some time later in the gnc_main_window_connect function.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18976 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
gjanssens committed Mar 30, 2010
1 parent 814ea90 commit 746a4ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gnome-utils/gnc-main-window.c
Expand Up @@ -2566,7 +2566,6 @@ gnc_main_window_open_page (GncMainWindow *window,
gtk_label_set_max_width_chars(GTK_LABEL(label), width);
}
gtk_widget_show (label);
g_object_set_data(G_OBJECT (page), PLUGIN_PAGE_TAB_LABEL, label);

tab_hbox = gtk_hbox_new (FALSE, 6);
gtk_widget_show (tab_hbox);
Expand Down

0 comments on commit 746a4ca

Please sign in to comment.