comparison finch/gntui.c @ 19527:bc23f7323ed2

Oops. This wasn't supposed to get in.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 29 Aug 2007 06:12:51 +0000
parents e1751162ab1f
children 6e9a16deb5b1
comparison
equal deleted inserted replaced
19526:4574cd30f3ed 19527:bc23f7323ed2
36 #include "gntprefs.h" 36 #include "gntprefs.h"
37 #include "gntrequest.h" 37 #include "gntrequest.h"
38 #include "gntstatus.h" 38 #include "gntstatus.h"
39 #include "gntsound.h" 39 #include "gntsound.h"
40 40
41 #include <dbus-server.h>
42 #include <prefs.h> 41 #include <prefs.h>
43 42
44 void gnt_ui_init() 43 void gnt_ui_init()
45 { 44 {
46 #ifdef STANDALONE 45 #ifdef STANDALONE
88 gnt_register_action(_("File Transfers"), finch_xfer_dialog_show); 87 gnt_register_action(_("File Transfers"), finch_xfer_dialog_show);
89 gnt_register_action(_("Plugins"), finch_plugins_show_all); 88 gnt_register_action(_("Plugins"), finch_plugins_show_all);
90 gnt_register_action(_("Sounds"), finch_sounds_show_all); 89 gnt_register_action(_("Sounds"), finch_sounds_show_all);
91 gnt_register_action(_("Preferences"), finch_prefs_show_all); 90 gnt_register_action(_("Preferences"), finch_prefs_show_all);
92 gnt_register_action(_("Statuses"), finch_savedstatus_show_all); 91 gnt_register_action(_("Statuses"), finch_savedstatus_show_all);
93 gnt_register_action("Disable Dbus", purple_dbus_uninit);
94 92
95 #ifdef STANDALONE 93 #ifdef STANDALONE
96 94
97 finch_plugins_save_loaded(); 95 finch_plugins_save_loaded();
98 } 96 }