summaryrefslogtreecommitdiff
path: root/pidgin/libpidgin.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-11-14 03:15:43 -0600
committerGary Kramlich <grim@reaperworld.com>2020-11-14 03:15:43 -0600
commit494ab0cb33926673b3ec967f974afc47ae48146e (patch)
tree2c49afc63734f88ab11da9906df997bbe05e7ac8 /pidgin/libpidgin.c
parenta975c7337a7caaf27eddcf2be3f81e8bc4302b4f (diff)
downloadpidgin-494ab0cb33926673b3ec967f974afc47ae48146e.tar.gz
Create a new ContactList that will eventually fully replace PidginBuddyList
Create a new PidginContactList window and move the application actions to PidginApplication. Testing Done: * Verified menus are properly disabled while offline * Verified menu items that require a protocol with chats enables the chat menu items as well as the room list menu items * Verified that the menu items can become enabled while the menus are opened * Verified that the application actions are activatable via dbus * Verified that the plugin manager action was migrated successfully * Verified that the account manager action was migrated successfully Reviewed at https://reviews.imfreedom.org/r/174/
Diffstat (limited to 'pidgin/libpidgin.c')
-rw-r--r--pidgin/libpidgin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pidgin/libpidgin.c b/pidgin/libpidgin.c
index 67ff887ad0..ebddf4b41f 100644
--- a/pidgin/libpidgin.c
+++ b/pidgin/libpidgin.c
@@ -369,6 +369,7 @@ int pidgin_start(int argc, char *argv[])
#endif
app = pidgin_application_new();
+ g_application_set_default(app);
ret = g_application_run(app, argc, argv);