Mercurial > pidgin
comparison src/gtkconv.c @ 6039:0c4d0c93c8c5
[gaim-migrate @ 6489]
Er, nothing really. Fix an incorrect pref title. Fix a crash on windows
when an icon is set to 0. Reorder lots of icon uploading stuff, hopefully
it will fix the icon deletion problem. It probably won't.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 06 Jul 2003 05:07:11 +0000 |
parents | 78c8b0f636f4 |
children | c062c4bf58ac |
comparison
equal
deleted
inserted
replaced
6038:78c8b0f636f4 | 6039:0c4d0c93c8c5 |
---|---|
142 * Callbacks | 142 * Callbacks |
143 **************************************************************************/ | 143 **************************************************************************/ |
144 static void | 144 static void |
145 do_save_convo(GtkWidget *wid) | 145 do_save_convo(GtkWidget *wid) |
146 { | 146 { |
147 GaimConversation *c = g_object_get_data(GTK_FILE_SELECTION(wid)->ok_button, | 147 GaimConversation *c = g_object_get_data(G_OBJECT(GTK_FILE_SELECTION(wid)->ok_button), |
148 "gaim_conversation"); | 148 "gaim_conversation"); |
149 const char *filename; | 149 const char *filename; |
150 FILE *fp; | 150 FILE *fp; |
151 | 151 |
152 filename = gtk_file_selection_get_filename(GTK_FILE_SELECTION(wid)); | 152 filename = gtk_file_selection_get_filename(GTK_FILE_SELECTION(wid)); |