X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2Fmain.c;h=09a3bfd43817578d4f4d5e2424870ddb5ecd403b;hp=35a6ffb8646832c255630e2f4e79be36a1499176;hb=d706e67c559f82a5cd2300b35b23812fd08832c5;hpb=655a4be1e2fd1de5d324a948010b43b844aefede diff --git a/src/main.c b/src/main.c index 35a6ffb..09a3bfd 100644 --- a/src/main.c +++ b/src/main.c @@ -93,7 +93,7 @@ int main(int argc, char *argv[]) gis_world_set_offline(gui->world, offline); log_levels = (1 << (debug+1))-1; - GObject *action = aweather_gui_get_object(gui, "log_level"); + GObject *action = aweather_gui_get_object(gui, "prefs_general_log"); g_signal_connect(action, "changed", G_CALLBACK(on_log_level_changed), NULL); gtk_widget_show_all(GTK_WIDGET(gui));