- 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:
parent
aec289ed92
commit
a075567773
|
@ -35,8 +35,6 @@ StatisticsContainerWindow::StatisticsContainerWindow(const std::string& gladefil
|
|||
_refXml->get_widget("StatisticsWindow", _main_win);
|
||||
// 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);
|
||||
|
|
Loading…
Reference in New Issue