org.guifications.plugins: 9d87a90b9b601061165dab788479f8c99d1a04e7
grim at guifications.org
grim at guifications.org
Fri Nov 23 08:00:07 CST 2007
-----------------------------------------------------------------
Revision: 9d87a90b9b601061165dab788479f8c99d1a04e7
Ancestor: acf5146883e72de0cf0cdb12393f03636cb8b7db
Author: grim at guifications.org
Date: 2007-11-23T11:14:31
Branch: org.guifications.plugins
Modified files:
stocker/stocker_prefs.c stocker/stocker_prefs.h
ChangeLog:
Renamed the prefs
Added a note that the interval is in minutes and marked that string for translation
-----------------------------------------------------------------
This revision's diffstat output:
stocker_prefs.c | 2 +-
stocker_prefs.h | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
-------------- next part --------------
============================================================
--- stocker/stocker_prefs.c 3f05fee749a568c9ce7eb1c41bf89e7d75b614fe
+++ stocker/stocker_prefs.c b48831f95e4ca661100fc688889c4a4f380cdce4
@@ -312,7 +312,7 @@ stocker_prefs_get_frame(PurplePlugin *pl
*********************************/
frame = pidgin_make_frame(ret, _("Options"));
- pidgin_prefs_labeled_spin_button(frame, "Update interval:",
+ pidgin_prefs_labeled_spin_button(frame, "Update interval (minutes):",
PREF_INTERVAL, 1, 1440, sg);
/* show and return it already! */
============================================================
--- stocker/stocker_prefs.h f5181eb797dd02a640eeb80336e986226e5a646b
+++ stocker/stocker_prefs.h a8aadc003f6dd2873849b5027a41e4dbbb1ad976
@@ -24,10 +24,10 @@
#include <plugin.h>
-#define PREF_MY "/plugins/gtk/amc_grim"
-#define PREF_ROOT "/plugins/gtk/amc_grim/stocker"
-#define PREF_SYMBOLS "/plugins/gtk/amc_grim/stocker/symbols"
-#define PREF_INTERVAL "/plugins/gtk/amc_grim/stocker/interval"
+#define PREF_MY "/plugins/gtk/plugin_pack"
+#define PREF_ROOT "/plugins/gtk/plugin_pack/stocker"
+#define PREF_SYMBOLS "/plugins/gtk/plugin_pack/stocker/symbols"
+#define PREF_INTERVAL "/plugins/gtk/plugin_pack/stocker/interval"
G_BEGIN_DECLS
More information about the Plugins-commits
mailing list