comparison console/gntconv.c @ 14126:b71bfeaaed58

[gaim-migrate @ 16764] Add a savedstatus dialog, and a "status" command to bring it up. You an also select "Saved..." from the dropdown in the buddylist. The 'Add' and 'Edit' buttons don't do anything yet. They will probably get to work some time tomorrow. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 15 Aug 2006 06:21:39 +0000
parents ae4cbed1b309
children 009db0b357b5
comparison
equal deleted inserted replaced
14125:7dfa024c1a4a 14126:b71bfeaaed58
9 #include "gntblist.h" 9 #include "gntblist.h"
10 #include "gntconv.h" 10 #include "gntconv.h"
11 #include "gntdebug.h" 11 #include "gntdebug.h"
12 #include "gntplugin.h" 12 #include "gntplugin.h"
13 #include "gntprefs.h" 13 #include "gntprefs.h"
14 #include "gntstatus.h"
14 15
15 #include "gnt.h" 16 #include "gnt.h"
16 #include "gntbox.h" 17 #include "gntbox.h"
17 #include "gntentry.h" 18 #include "gntentry.h"
18 #include "gnttextview.h" 19 #include "gnttextview.h"
564 GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_IM, NULL, 565 GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_IM, NULL,
565 cmd_show_window, _("debugwin: Show the debug window."), gg_debug_window_show); 566 cmd_show_window, _("debugwin: Show the debug window."), gg_debug_window_show);
566 gaim_cmd_register("prefs", "", GAIM_CMD_P_DEFAULT, 567 gaim_cmd_register("prefs", "", GAIM_CMD_P_DEFAULT,
567 GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_IM, NULL, 568 GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_IM, NULL,
568 cmd_show_window, _("prefs: Show the preference window."), gg_prefs_show_all); 569 cmd_show_window, _("prefs: Show the preference window."), gg_prefs_show_all);
570 gaim_cmd_register("status", "", GAIM_CMD_P_DEFAULT,
571 GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_IM, NULL,
572 cmd_show_window, _("statuses: Show the savedstatuses window."), gg_savedstatus_show_all);
569 } 573 }
570 574
571 void gg_conversation_uninit() 575 void gg_conversation_uninit()
572 { 576 {
573 g_hash_table_destroy(ggconvs); 577 g_hash_table_destroy(ggconvs);