comparison pidgin/gtkimhtmltoolbar.c @ 29641:a5b5391ab963

Removed unfinished code to send attention from the toolbar, to avoid confusion...
author Marcus Lundblad <ml@update.uu.se>
date Mon, 20 Oct 2008 21:30:36 +0000
parents 22b8a92fb5ee
children bb9f7ba4f299
comparison
equal deleted inserted replaced
29640:907ddb8dc092 29641:a5b5391ab963
913 gtk_widget_grab_focus(toolbar->imhtml); 913 gtk_widget_grab_focus(toolbar->imhtml);
914 } 914 }
915 915
916 static void send_attention_cb(GtkWidget *attention, GtkIMHtmlToolbar *toolbar) 916 static void send_attention_cb(GtkWidget *attention, GtkIMHtmlToolbar *toolbar)
917 { 917 {
918 GtkWidget *parent = gtk_widget_get_parent_window(toolbar); 918
919 } 919 }
920 920
921 static void update_buttons_cb(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons, GtkIMHtmlToolbar *toolbar) 921 static void update_buttons_cb(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons, GtkIMHtmlToolbar *toolbar)
922 { 922 {
923 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->bold), buttons & GTK_IMHTML_BOLD); 923 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->bold), buttons & GTK_IMHTML_BOLD);