X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.c;h=94960e36369f7952fc648b4b940790a7e47b29e9;hb=6529944ef6113258cbd36ad815bf55e6d183ea03;hp=aa02ea9dc0e961b394d029602f874805a14f4ce5;hpb=3585067ad597efa3b26167402d7587b9e65cafa2;p=aweather diff --git a/src/main.c b/src/main.c index aa02ea9..94960e3 100644 --- a/src/main.c +++ b/src/main.c @@ -88,7 +88,7 @@ int main(int argc, char *argv[]) gis_world_set_offline(world, opt_offline); on_map_id = g_signal_connect(gui, "map-event", G_CALLBACK(on_map), opt_site); - 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));