comparison src/gtkaccount.c @ 6123:adabfcf8abe1

[gaim-migrate @ 6597] I forgot to save this file before committing. I'm sure I wasted a lot of bandwidth with the gaim-commit emails. I'll let Paco-Paco lecture you on how insignificant that waste of bandwidth is compared to P2P. "<Robot101> and what the flaming buggery is a MAGNET URI?" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Jul 2003 22:11:49 +0000
parents 914f2d5da21c
children 387221e0623f
comparison
equal deleted inserted replaced
6122:914f2d5da21c 6123:adabfcf8abe1
1366 1366
1367 static gint 1367 static gint
1368 accedit_win_destroy_cb(GtkWidget *w, GdkEvent *event, AccountsWindow *dialog) 1368 accedit_win_destroy_cb(GtkWidget *w, GdkEvent *event, AccountsWindow *dialog)
1369 { 1369 {
1370 gaim_gtk_accounts_window_hide(); 1370 gaim_gtk_accounts_window_hide();
1371 return 0;
1371 } 1372 }
1372 1373
1373 static gboolean 1374 static gboolean
1374 configure_cb(GtkWidget *w, GdkEventConfigure *event, AccountsWindow *dialog) 1375 configure_cb(GtkWidget *w, GdkEventConfigure *event, AccountsWindow *dialog)
1375 { 1376 {