X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fmain.c;h=7379a64cb009dd2a296c6fd6440fb6da571537ed;hp=b20297be7f3196961c6ed0281ef474652908e91a;hb=03759c1d9512afb87624c268481d5c9c499e8275;hpb=20eb458789ff0b7e210e4031b03705ebbba00585 diff --git a/src/main.c b/src/main.c index b20297b..7379a64 100644 --- a/src/main.c +++ b/src/main.c @@ -579,9 +579,10 @@ int main(int argc, char **argv) NULL); window = GTK_WINDOW(gtk_builder_get_object(builder, "window")); - gtk_window_set_default_size(window, - g_settings_get_int(settings, "window-width"), - g_settings_get_int(settings, "window-height")); + gtk_window_set_default_size + (window, + g_settings_get_int(settings, "window-width"), + g_settings_get_int(settings, "window-height")); gtk_window_move(window, g_settings_get_int(settings, "window-x"), g_settings_get_int(settings, "window-y"));