Forgot to end g_object_set with NULL

This commit is contained in:
Jesse van den Kieboom 2010-01-10 22:31:57 +01:00
parent 84297e6fed
commit 5be46f7304

View file

@ -639,7 +639,8 @@ on_main_layout_vertical_cb (GitgWindow *window)
g_object_get (preferences, "main-layout-vertical", &vertical, NULL);
g_object_set (window->priv->vpaned_main,
"orientation",
vertical ? GTK_ORIENTATION_VERTICAL : GTK_ORIENTATION_HORIZONTAL);
vertical ? GTK_ORIENTATION_VERTICAL : GTK_ORIENTATION_HORIZONTAL,
NULL);
}
static void