From a075567773f95438fc1a41d36519bf6e2c3f25f4 Mon Sep 17 00:00:00 2001 From: tchernobog Date: Thu, 14 Sep 2006 16:28:16 +0000 Subject: [PATCH] - 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 --- src/statistics_container_window.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/statistics_container_window.cc b/src/statistics_container_window.cc index d2a1e2d..67e0a16 100644 --- a/src/statistics_container_window.cc +++ b/src/statistics_container_window.cc @@ -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);