File 0004-reload-is-not-needed.patch of Package pidgin-libnotify
From 71f79767eb5567e523b31ea9461925c7ab03413c Mon Sep 17 00:00:00 2001
From: Antony Dovgal <tony@daylessday.org>
Date: Fri, 14 Oct 2011 00:47:02 +0400
Subject: [PATCH 4/5] reload is not needed
---
src/pidgin-libnotify.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pidgin-libnotify.c b/src/pidgin-libnotify.c
index 20736b4..e26c442 100644
--- a/src/pidgin-libnotify.c
+++ b/src/pidgin-libnotify.c
@@ -75,7 +75,7 @@ get_plugin_pref_frame (PurplePlugin *plugin)
ppref = purple_plugin_pref_new_with_name_and_label (
"/plugins/gtk/libnotify/timeout",
- _("Display timeout (msec), disable/enable the plugin for the setting to take effect"));
+ _("Display timeout (msec)"));
purple_plugin_pref_set_bounds(ppref, 100, 100000);
purple_plugin_pref_frame_add (frame, ppref);
--
1.7.3.4