]> Pileus Git - aweather/blobdiff - src/aweather-gui.c
Update copyright and email address
[aweather] / src / aweather-gui.c
index 060e8ece8acfbaaf1a95593eeae1392081995b59..bd2adb1b6be6efe65649177b2f932033c318117b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  * 
  * 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;