r12385 - /packages/unstable/nautilus-sendto/debian/patches/20_pidgin-debug-info.patch

oysteigi-guest at users.alioth.debian.org oysteigi-guest at users.alioth.debian.org
Sat Aug 25 18:16:33 UTC 2007


Author: oysteigi-guest
Date: Sat Aug 25 18:16:33 2007
New Revision: 12385

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12385
Log:
Correct typo in 20_pidgin-debug-info.patch

Modified:
    packages/unstable/nautilus-sendto/debian/patches/20_pidgin-debug-info.patch

Modified: packages/unstable/nautilus-sendto/debian/patches/20_pidgin-debug-info.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/debian/patches/20_pidgin-debug-info.patch?rev=12385&op=diff
==============================================================================
--- packages/unstable/nautilus-sendto/debian/patches/20_pidgin-debug-info.patch (original)
+++ packages/unstable/nautilus-sendto/debian/patches/20_pidgin-debug-info.patch Sat Aug 25 18:16:33 2007
@@ -1,16 +1,16 @@
 diff -Nur nautilus-sendto-0.12/pidgin_plugin/nautilus-sendto-plugin.c nautilus-sendto-0.12.new/pidgin_plugin/nautilus-sendto-plugin.c
 --- nautilus-sendto-0.12/pidgin_plugin/nautilus-sendto-plugin.c	2007-08-13 16:43:02.000000000 +0200
-+++ nautilus-sendto-0.12.new/pidgin_plugin/nautilus-sendto-plugin.c	2007-08-25 17:50:40.000000000 +0200
++++ nautilus-sendto-0.12.new/pidgin_plugin/nautilus-sendto-plugin.c	2007-08-25 20:14:02.000000000 +0200
 @@ -123,10 +123,10 @@
  	    fclose (fd);
  	    g_string_free (buddies_str, TRUE);
  	    buddies_str = str;
 -	    gaim_debug_info ("nautilus", "save blist online\n");
-+	    pidgin_debug_info ("nautilus", "save blist online\n");
++	    purple_debug_info ("nautilus", "save blist online\n");
  	}else{
  	    g_string_free (str, TRUE);
 -	    gaim_debug_info ("nautilus", "don't save blist online. No change\n");
-+	    pidgin_debug_info ("nautilus", "don't save blist online. No change\n");
++	    purple_debug_info ("nautilus", "don't save blist online. No change\n");
  	}
  	g_free (fd_name);
      }else{




More information about the pkg-gnome-commits mailing list