Get rid of 'Gaim' in a few more places

Thu, 07 Jun 2007 06:29:30 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 07 Jun 2007 06:29:30 +0000
changeset 17645
32a0fe7965b7
parent 17644
b335f081a036
child 17646
07c2c5edec11

Get rid of 'Gaim' in a few more places

config.h.mingw file | annotate | diff | comparison | revisions
pidgin/gtkdocklet-x11.c file | annotate | diff | comparison | revisions
pidgin/win32/nsis/pidgin-installer.nsi file | annotate | diff | comparison | revisions
valgrind-suppressions file | annotate | diff | comparison | revisions
--- a/config.h.mingw	Thu Jun 07 06:26:06 2007 +0000
+++ b/config.h.mingw	Thu Jun 07 06:29:30 2007 +0000
@@ -344,9 +344,6 @@
 /* Define to the version of this package. */
 /* #define PACKAGE_VERSION "2.0.0dev" */
 
-/* Define to make assertions fatal (useful for debugging). */
-/* #define PURPLE_FATAL_ASSERTS 1 */
-
 /* Define if plugins are enabled. */
 #define PURPLE_PLUGINS 1
 
--- a/pidgin/gtkdocklet-x11.c	Thu Jun 07 06:26:06 2007 +0000
+++ b/pidgin/gtkdocklet-x11.c	Thu Jun 07 06:29:30 2007 +0000
@@ -281,7 +281,7 @@
 	 * The x11 docklet tracks whether it successfully embedded in a pref and
 	 * allows for a longer timeout period if it successfully embedded the last
 	 * time it was run. This should hopefully solve problems with the buddy
-	 * list not properly starting hidden when gaim is started on login.
+	 * list not properly starting hidden when Pidgin is started on login.
 	 */
 	if(!recreate) {
 		pidgin_docklet_embedded();
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Thu Jun 07 06:26:06 2007 +0000
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Thu Jun 07 06:29:30 2007 +0000
@@ -1068,6 +1068,7 @@
 
   have_gtk:
     ; GTK+ is already installed; check version.
+	; Change this to not even run the GTK installer if this version is already installed.
     ${VersionCompare} ${GTK_INSTALL_VERSION} $0 $3
     IntCmp $3 1 +1 good_version good_version
     ${VersionCompare} ${GTK_MIN_VERSION} $0 $3
--- a/valgrind-suppressions	Thu Jun 07 06:26:06 2007 +0000
+++ b/valgrind-suppressions	Thu Jun 07 06:29:30 2007 +0000
@@ -147,8 +147,8 @@
    fun:PR_Init
    fun:rsa_nss_init
    fun:GE_plugin_load
-   fun:gaim_plugin_load
-   fun:gaim_plugins_load_saved
+   fun:purple_plugin_load
+   fun:purple_plugins_load_saved
    fun:main
 }
 

mercurial