]> Pileus Git - aweather/commitdiff
Move radar tab back to left
authorAndy Spencer <andy753421@gmail.com>
Mon, 3 May 2010 07:46:15 +0000 (07:46 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 3 May 2010 07:46:15 +0000 (07:46 +0000)
This works in windows now, not sure why though. I think it has something
to do with Gtk+ 2.20 vs. 2.16. Currently I'm compiling against 2.20 and
running against 2.16 since 2.20 has runtime issues.. it works though.

src/plugins/radar.c

index 1bf2de2978364b5ebbfe5e5e05ad43a13df33495..2ca618e3990830ddf47df4395173060a7866bc3e 100644 (file)
@@ -660,7 +660,7 @@ static void gis_plugin_radar_init(GisPluginRadar *self)
        self->sites      = g_hash_table_new_full(g_str_hash, g_str_equal,
                                NULL, (GDestroyNotify)radar_site_free);
        self->config     = gtk_notebook_new();
-       gtk_notebook_set_tab_pos(GTK_NOTEBOOK(self->config), GTK_POS_TOP);
+       gtk_notebook_set_tab_pos(GTK_NOTEBOOK(self->config), GTK_POS_LEFT);
 }
 static void gis_plugin_radar_dispose(GObject *gobject)
 {