From: compudj Date: Sat, 3 Jun 2006 13:58:53 +0000 (+0000) Subject: update X-Git-Tag: v0.12.20~1606 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=bb1d9440d5d7be11d7714e049552704626e6399d;p=lttv.git update git-svn-id: http://ltt.polymtl.ca/svn@1883 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c index 2a4e9f35..b7165ca3 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c @@ -4569,6 +4569,8 @@ Tab* create_tab(MainWindow * mw, Tab *copy_tab, gtk_box_pack_start (GTK_BOX (tab->MTimebar), tab->MText4, FALSE, FALSE, 0); gtk_box_pack_start (GTK_BOX (tab->MTimebar), tab->MEntry4, FALSE, FALSE, 0); gtk_box_pack_start (GTK_BOX (tab->MTimebar), tab->MText5a, FALSE, FALSE, 0); + temp_widget = gtk_vseparator_new(); + gtk_widget_show(temp_widget); gtk_box_pack_start (GTK_BOX (tab->MTimebar), tab->MEventBox8, FALSE, FALSE, 0); gtk_box_pack_start (GTK_BOX (tab->MTimebar), tab->MEntry7, FALSE, FALSE, 0);