changeset 19654:6e9a16deb5b1

Fix the plugin loading issue Luke had noticed. This is a pretty weird bug that would've affected any new plugins being loaded. This bug remained hidden because we used to load the list of loaded plugins later. So this line, which I think was a typo to begin with, essentially didn't affect anything. Now that we load the preferences early, it was causing the list of loaded plugins to be rewritten at startup.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 06 Sep 2007 06:26:02 +0000
parents 941965d6fd88
children 1525c75849cc b4572d639bb4
files finch/gntui.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntui.c	Wed Sep 05 22:33:22 2007 +0000
+++ b/finch/gntui.c	Thu Sep 06 06:26:02 2007 +0000
@@ -91,8 +91,6 @@
 	gnt_register_action(_("Statuses"), finch_savedstatus_show_all);
 
 #ifdef STANDALONE
-
-	finch_plugins_save_loaded();
 }
 
 void gnt_ui_uninit()