1 2 3 4 5 6 7 8 9 10 11 12 13
|
Disable the notifications for new upstream release
Author: Nick Andrik <nick.andrik@gmail.com>
--- pidgin-guifications-2.16.orig/src/gf_preferences.c
+++ pidgin-guifications-2.16/src/gf_preferences.c
@@ -1368,7 +1368,7 @@
g_list_free(l);
purple_prefs_add_none(GF_PREF_ADVANCED_ROOT);
- purple_prefs_add_bool(GF_PREF_ADVANCED_RELEASE_NOTIFICATION, TRUE);
+ purple_prefs_add_bool(GF_PREF_ADVANCED_RELEASE_NOTIFICATION, FALSE);
purple_prefs_add_int(GF_PREF_ADVANCED_RELEASE_LAST_CHECK, 0);
#if GTK_CHECK_VERSION(2,2,0)
|