comparison src/gtkconv.c @ 5024:8e55a4d362a3

[gaim-migrate @ 5361] Patch by Rob McQueen, NEWS and CREDITS updates. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 05 Apr 2003 05:01:47 +0000
parents 3ee1b1409660
children 44945824ba60
comparison
equal deleted inserted replaced
5023:e218d2d2b7e9 5024:8e55a4d362a3
825 825
826 if (invite_dialog == NULL) { 826 if (invite_dialog == NULL) {
827 struct gaim_connection *gc; 827 struct gaim_connection *gc;
828 struct gaim_window *win; 828 struct gaim_window *win;
829 struct gaim_gtk_window *gtkwin; 829 struct gaim_gtk_window *gtkwin;
830 char *filename;
831 GtkWidget *label; 830 GtkWidget *label;
832 GtkWidget *vbox, *hbox; 831 GtkWidget *vbox, *hbox;
833 GtkWidget *table; 832 GtkWidget *table;
834 GtkWidget *img; 833 GtkWidget *img;
835 834
836 filename = g_build_filename(DATADIR, "pixmaps", "gaim", "dialogs", 835 img = gtk_image_new_from_stock(GAIM_STOCK_DIALOG_QUESTION, GTK_ICON_SIZE_DIALOG);
837 "gaim_question.png", NULL);
838
839 img = gtk_image_new_from_file(filename);
840
841 g_free(filename);
842
843 836
844 info = g_new0(struct InviteBuddyInfo, 1); 837 info = g_new0(struct InviteBuddyInfo, 1);
845 info->conv = conv; 838 info->conv = conv;
846 839
847 gc = gaim_conversation_get_gc(conv); 840 gc = gaim_conversation_get_gc(conv);