diff src/dialogs.c @ 337:f5b199e20d12

[gaim-migrate @ 347] Cheese first look at graphical smileys. These are subject to change quite a bit :0 committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 06 Jun 2000 09:36:12 +0000
parents 0fa651368776
children 9d258a0aa560
line wrap: on
line diff
--- a/src/dialogs.c	Mon Jun 05 17:25:16 2000 +0000
+++ b/src/dialogs.c	Tue Jun 06 09:36:12 2000 +0000
@@ -1345,6 +1345,9 @@
 	GtkWidget *text;
         GtkWidget *bbox;
         GtkWidget *sw;
+	GdkBitmap *mask;
+	GdkPixmap *face;
+	GtkWidget *face_p;
 
         struct info_dlg *b = g_new0(struct info_dlg, 1);
 
@@ -1383,6 +1386,7 @@
 	gtk_widget_show_all(b->window);
 
 	gtk_html_append_text(GTK_HTML(b->text), info, 0);
+
 }
 
 void g_show_info(char *url) {