- Put hint in the glade file instead that in the code

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1152 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-14 16:28:16 +00:00
parent aec289ed92
commit a075567773
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ StatisticsContainerWindow::StatisticsContainerWindow(const std::string& gladefil
// This just sets the title of our new window.
_main_win->set_title(_("Simulation Statistics"));
_main_win->set_type_hint(Gdk::WINDOW_TYPE_HINT_UTILITY);
ScrolledWindow *scroll1, *scroll2;
_refXml->get_widget("SchedulableStatisticsScroll", scroll1);
_tab_sched = manage(new TabularSchedulableStatisticsWidget());