patches/nautilus-sendto-03-unload-pidgin.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 17838 e011c05147cc
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17838
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
     1
diff --git a/src/plugins/pidgin/pidgin.c b/src/plugins/pidgin/pidgin.c
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
     2
index 6cfe98a..319fdbd 100644
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
     3
--- a/src/plugins/pidgin/pidgin.c
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
     4
+++ b/src/plugins/pidgin/pidgin.c
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
     5
@@ -463,7 +463,7 @@ NstPluginInfo plugin_info = {
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
     6
 	"pidgin",
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
     7
 	N_("Instant Message (Pidgin)"),
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
     8
 	NULL,
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
     9
-	FALSE,
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
    10
+	TRUE,
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
    11
 	NAUTILUS_CAPS_NONE,
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
    12
 	init,
e011c05147cc 2010-04-14 Halton Huo <[email protected]>
halton
parents:
diff changeset
    13
 	get_contacts_widget,