[nautilus-sendto/gnome-2-28] Never unload plugins that use D-Bus internally
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sendto/gnome-2-28] Never unload plugins that use D-Bus internally
- Date: Wed, 9 Jun 2010 16:43:15 +0000 (UTC)
commit 3f46ec9a1754edfe0806ee87ddf5a8b95210c39b
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jun 9 17:42:19 2010 +0100
Never unload plugins that use D-Bus internally
As the new types will be unloaded, and kaboom!
https://bugzilla.gnome.org/show_bug.cgi?id=608126
src/plugins/pidgin/pidgin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/pidgin/pidgin.c b/src/plugins/pidgin/pidgin.c
index 6cfe98a..319fdbd 100644
--- a/src/plugins/pidgin/pidgin.c
+++ b/src/plugins/pidgin/pidgin.c
@@ -463,7 +463,7 @@ NstPluginInfo plugin_info = {
"pidgin",
N_("Instant Message (Pidgin)"),
NULL,
- FALSE,
+ TRUE,
NAUTILUS_CAPS_NONE,
init,
get_contacts_widget,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]