pidgin/gtknotify.c

changeset 22104
56970903b8e9
parent 22032
8136dd5eeda3
child 22214
e8a9916cb99e
equal deleted inserted replaced
22103:f11f1570cd4d 22104:56970903b8e9
330 pidgin_set_urgent(GTK_WINDOW(widget), FALSE); 330 pidgin_set_urgent(GTK_WINDOW(widget), FALSE);
331 return 0; 331 return 0;
332 } 332 }
333 333
334 static GtkWidget * 334 static GtkWidget *
335 pidgin_get_mail_dialog() 335 pidgin_get_mail_dialog(void)
336 { 336 {
337 if (mail_dialog == NULL) { 337 if (mail_dialog == NULL) {
338 GtkWidget *dialog = NULL; 338 GtkWidget *dialog = NULL;
339 GtkWidget *label; 339 GtkWidget *label;
340 GtkWidget *sw; 340 GtkWidget *sw;
602 602
603 return FALSE; 603 return FALSE;
604 } 604 }
605 605
606 static GtkIMHtmlOptions 606 static GtkIMHtmlOptions
607 notify_imhtml_options() 607 notify_imhtml_options(void)
608 { 608 {
609 GtkIMHtmlOptions options = 0; 609 GtkIMHtmlOptions options = 0;
610 610
611 if (!purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/show_incoming_formatting")) 611 if (!purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/show_incoming_formatting"))
612 options |= GTK_IMHTML_NO_COLOURS | GTK_IMHTML_NO_FONTS | GTK_IMHTML_NO_SIZES; 612 options |= GTK_IMHTML_NO_COLOURS | GTK_IMHTML_NO_FONTS | GTK_IMHTML_NO_SIZES;

mercurial