X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Faweather-gui.c;h=bd2adb1b6be6efe65649177b2f932033c318117b;hb=c45d5a6177fe71ff1028887a1fbb01152de96835;hp=060e8ece8acfbaaf1a95593eeae1392081995b59;hpb=8417951998fb6807532b36183841097dbf549def;p=aweather diff --git a/src/aweather-gui.c b/src/aweather-gui.c index 060e8ec..bd2adb1 100644 --- a/src/aweather-gui.c +++ b/src/aweather-gui.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -493,6 +493,7 @@ static void aweather_gui_init(AWeatherGui *self) GtkWidget *paned = aweather_gui_get_widget(self, "main_paned"); gtk_widget_destroy(gtk_paned_get_child1(GTK_PANED(paned))); gtk_paned_pack1(GTK_PANED(paned), GTK_WIDGET(self->viewer), TRUE, FALSE); + gtk_widget_show_all(GTK_WIDGET(self)); /* Plugins */ GtkTreeIter iter;