File: check-no-new-version

package info (click to toggle)
guifications 2.16-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,368 kB
  • ctags: 1,094
  • sloc: ansic: 9,991; sh: 8,958; xml: 1,153; makefile: 185
file content (13 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
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)