pidgin/gtkwebviewtoolbar.c

changeset 35094
47964e26263e
parent 35029
f9f672dcaadf
child 35126
669cb2286130
child 36963
6cc39a95f75b
equal deleted inserted replaced
35093:f9f280ead204 35094:47964e26263e
1527 1527
1528 /* set attention button to be greyed out until we get a conversation */ 1528 /* set attention button to be greyed out until we get a conversation */
1529 gtk_action_set_sensitive(priv->attention, FALSE); 1529 gtk_action_set_sensitive(priv->attention, FALSE);
1530 1530
1531 gtk_action_set_sensitive(priv->smiley, 1531 gtk_action_set_sensitive(priv->smiley,
1532 pidgin_themes_get_proto_smileys(NULL) != NULL); 1532 pidgin_themes_get_proto_smileys(NULL) != NULL);
1533 1533
1534 purple_prefs_connect_callback(toolbar, 1534 purple_prefs_connect_callback(toolbar,
1535 PIDGIN_PREFS_ROOT "/conversations/toolbar/wide", 1535 PIDGIN_PREFS_ROOT "/conversations/toolbar/wide",
1536 webviewtoolbar_view_pref_changed, toolbar); 1536 webviewtoolbar_view_pref_changed, toolbar);
1537 g_signal_connect_data(G_OBJECT(toolbar), "realize", 1537 g_signal_connect_data(G_OBJECT(toolbar), "realize",

mercurial