Mercurial > pidgin
comparison src/dialogs.c @ 5560:b7319c094153
[gaim-migrate @ 5961]
It compiles now, but if you use it, you won't have any accounts.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Fri, 30 May 2003 03:25:39 +0000 |
| parents | 51699de873af |
| children | 9eb5b13fd412 |
comparison
equal
deleted
inserted
replaced
| 5559:f8f1586e8bc3 | 5560:b7319c094153 |
|---|---|
| 64 static struct gaim_connection *importgc; | 64 static struct gaim_connection *importgc; |
| 65 static GtkWidget *icondlg; | 65 static GtkWidget *icondlg; |
| 66 static GtkWidget *alias_dialog = NULL; | 66 static GtkWidget *alias_dialog = NULL; |
| 67 static GtkWidget *rename_dialog = NULL; | 67 static GtkWidget *rename_dialog = NULL; |
| 68 static GtkWidget *rename_bud_dialog = NULL; | 68 static GtkWidget *rename_bud_dialog = NULL; |
| 69 static GtkWidget *fontseld = NULL; | |
| 69 | 70 |
| 70 | 71 |
| 71 struct confirm_del { | 72 struct confirm_del { |
| 72 GtkWidget *window; | 73 GtkWidget *window; |
| 73 GtkWidget *label; | 74 GtkWidget *label; |
| 3277 if (!ca->mess) { | 3278 if (!ca->mess) { |
| 3278 away_messages = g_slist_insert_sorted(away_messages, am, sort_awaymsg_list); | 3279 away_messages = g_slist_insert_sorted(away_messages, am, sort_awaymsg_list); |
| 3279 } | 3280 } |
| 3280 | 3281 |
| 3281 save_prefs(); | 3282 save_prefs(); |
| 3282 do_away_menu(); | 3283 do_away_menu(NULL); |
| 3283 | 3284 |
| 3284 return am; | 3285 return am; |
| 3285 } | 3286 } |
| 3286 | 3287 |
| 3287 int check_away_mess(struct create_away *ca, int type) | 3288 int check_away_mess(struct create_away *ca, int type) |
