comparison src/gtkdebug.c @ 9504:2d4301c90aed

[gaim-migrate @ 10331] The request API is so sexy. Look at how many minuses there are compared to pluses in this commit. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 10 Jul 2004 19:08:46 +0000
parents 578986136bac
children 4d05b6e9e9cd
comparison
equal deleted inserted replaced
9503:d822b19b751c 9504:2d4301c90aed
192 } 192 }
193 193
194 static void 194 static void
195 save_cb(GtkWidget *w, DebugWindow *win) 195 save_cb(GtkWidget *w, DebugWindow *win)
196 { 196 {
197 gaim_request_close_with_handle(win);
198 gaim_request_file(win, _("Save Debug Log"), "gaim-debug.log", TRUE, 197 gaim_request_file(win, _("Save Debug Log"), "gaim-debug.log", TRUE,
199 G_CALLBACK(save_writefile_cb), NULL, win); 198 G_CALLBACK(save_writefile_cb), NULL, win);
200 } 199 }
201 200
202 static void 201 static void