Updating branch refs/heads/master
to 3e47ac9e3fea83ac68977d820fb4425065c19a8a (commit)
from 8541ba7ba23e0e1436774b3fd5262e917ebbcd45 (commit)
commit 3e47ac9e3fea83ac68977d820fb4425065c19a8a
Author: Christian Dywan <[email protected]>
Date: Fri Mar 4 23:26:41 2011 +0100
Make statusbar identity combobox work like preference
So it shows a tooltip and 'Custom' works.
extensions/statusbar-features.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extensions/statusbar-features.c b/extensions/statusbar-features.c
index 6d45788..b3d2c1c 100644
--- a/extensions/statusbar-features.c
+++ b/extensions/statusbar-features.c
@@ -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);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits