File: check-no-new-version

package info (click to toggle)
guifications 2.16-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,412 kB
  • sloc: ansic: 9,991; sh: 8,958; xml: 1,602; makefile: 184
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)