diff src/away.c @ 621:991bf4e3c9fe

[gaim-migrate @ 631] is dialogs.c about to hit v2.0 or 1.100? ;) committer: Tailor Script <tailor@pidgin.im>
author Todd Kulesza <fflewddur>
date Sat, 05 Aug 2000 21:54:36 +0000
parents f03f041c1aa9
children 4d3285caa191
line wrap: on
line diff
--- a/src/away.c	Sat Aug 05 19:25:01 2000 +0000
+++ b/src/away.c	Sat Aug 05 21:54:36 2000 +0000
@@ -34,6 +34,7 @@
 
 #include <gtk/gtk.h>
 #include "gaim.h"
+#include "pixmaps/join.xpm"
 
 GtkWidget *imaway=NULL;
 #ifdef USE_APPLET
@@ -108,7 +109,7 @@
 		imaway = gtk_window_new(GTK_WINDOW_DIALOG);
 		gtk_widget_realize(imaway);
 		aol_icon(imaway->window);
-		back = gtk_button_new_with_label(_("I'm Back!"));
+		back = picture_button(imaway, _("I'm Back!"), join_xpm);
 		bbox = gtk_hbox_new(TRUE, 10);
 		topbox = gtk_hbox_new(FALSE, 5);
                 vbox = gtk_vbox_new(FALSE, 5);