]> spindle.queued.net Git - midori/commitdiff
Make statusbar identity combobox work like preference
authorChristian Dywan <christian@twotoasts.de>
Fri, 4 Mar 2011 22:26:41 +0000 (23:26 +0100)
committerChristian Dywan <christian@twotoasts.de>
Fri, 4 Mar 2011 23:23:33 +0000 (00:23 +0100)
So it shows a tooltip and 'Custom' works.

extensions/statusbar-features.c

index 6d45788e669ec731f37262ddf6d0cb66c6413a3b..b3d2c1cbc50d77cee954e38987a6f7e892fb2d52 100644 (file)
@@ -152,7 +152,7 @@ statusbar_features_app_add_browser_cb (MidoriApp*       app,
     g_signal_connect (toolbar, "notify::toolbar-style",
         G_CALLBACK (statusbar_features_toolbar_notify_toolbar_style_cb), button);
     gtk_box_pack_start (GTK_BOX (bbox), button, FALSE, FALSE, 2);
-    button = katze_property_proxy (settings, "identify-as", NULL);
+    button = katze_property_proxy (settings, "identify-as", "custom-user-agent");
     gtk_box_pack_start (GTK_BOX (bbox), button, FALSE, FALSE, 2);
     button = gtk_combo_box_entry_new_text ();
     gtk_entry_set_width_chars (GTK_ENTRY (gtk_bin_get_child (GTK_BIN (button))), 4);