pidgin/gtkimhtmltoolbar.c

branch
cpw.attention_ui
changeset 25936
e7c4d9db2ce6
parent 25927
a799d27e2974
child 26047
a7c475364465
--- a/pidgin/gtkimhtmltoolbar.c	Mon Nov 24 22:13:44 2008 +0000
+++ b/pidgin/gtkimhtmltoolbar.c	Sun Dec 07 01:36:32 2008 +0000
@@ -1477,6 +1477,8 @@
 	g_signal_connect(G_OBJECT(toolbar->attention), "notify::sensitive",
 			G_CALLBACK(button_sensitiveness_changed), attention_button);
 
+	/* set attention button to be greyed out until we get a conversation */
+	gtk_widget_set_sensitive(toolbar->attention, FALSE);
 	
 	gtk_box_pack_start(GTK_BOX(hbox), box, FALSE, FALSE, 0);
 	g_object_set_data(G_OBJECT(hbox), "lean-view", box);

mercurial