comparison src/dialogs.c @ 6065:3a40666c08b4

[gaim-migrate @ 6515] These be away messages. They don't do nothing that the old away messages ain't done, but they save themselves in ~/.gaim/status.xml instead of ~/.gaimrc. Astute CVS watchers will have noticed a bit of a trend like that. So in the future status.xml will have all sorts of cool stuff (I have big plans) but it's kinda boring for now. Also, I should've done this weeks ago. I should stop being busy. I'd like to give a shoutout to my boy Rob Flynn, keepin' it real in Atlanta. You know you my boy, Dawg. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 08 Jul 2003 23:48:10 +0000
parents d8cd876e613e
children 4314e6be74c4
comparison
equal deleted inserted replaced
6064:ed3c3c38e182 6065:3a40666c08b4
26 #include "notify.h" 26 #include "notify.h"
27 #include "prefs.h" 27 #include "prefs.h"
28 #include "privacy.h" 28 #include "privacy.h"
29 #include "prpl.h" 29 #include "prpl.h"
30 #include "request.h" 30 #include "request.h"
31 #include "status.h"
31 #include "util.h" 32 #include "util.h"
32 33
33 #include "gtkblist.h" 34 #include "gtkblist.h"
34 #include "gtkconv.h" 35 #include "gtkconv.h"
35 #include "gtkimhtml.h" 36 #include "gtkimhtml.h"
3274 if (!ca->mess) { 3275 if (!ca->mess) {
3275 away_messages = g_slist_insert_sorted(away_messages, am, sort_awaymsg_list); 3276 away_messages = g_slist_insert_sorted(away_messages, am, sort_awaymsg_list);
3276 } 3277 }
3277 3278
3278 do_away_menu(NULL); 3279 do_away_menu(NULL);
3280 gaim_status_sync();
3279 3281
3280 return am; 3282 return am;
3281 } 3283 }
3282 3284
3283 int check_away_mess(struct create_away *ca, int type) 3285 int check_away_mess(struct create_away *ca, int type)