r27694 - /desktop/experimental/vino/debian/patches/config_h_defines.patch

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Wed Apr 20 15:29:52 UTC 2011


Author: jordi
Date: Wed Apr 20 15:29:48 2011
New Revision: 27694

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27694
Log:
Fix my share of FAIL: s/_HAVE_KEYRING/_HAVE_GNOME_KEYRING/g

Modified:
    desktop/experimental/vino/debian/patches/config_h_defines.patch

Modified: desktop/experimental/vino/debian/patches/config_h_defines.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vino/debian/patches/config_h_defines.patch?rev=27694&op=diff
==============================================================================
--- desktop/experimental/vino/debian/patches/config_h_defines.patch [utf-8] (original)
+++ desktop/experimental/vino/debian/patches/config_h_defines.patch [utf-8] Wed Apr 20 15:29:48 2011
@@ -148,7 +148,7 @@
  #include <gtk/gtk.h>
  
 -#ifdef VINO_ENABLE_KEYRING
-+#ifdef VINO_HAVE_KEYRING
++#ifdef VINO_HAVE_GNOME_KEYRING
  #include <gnome-keyring.h>
  #endif
  
@@ -157,7 +157,7 @@
  vino_server_get_password_from_keyring (VinoServer *server)
  {
 -#ifdef VINO_ENABLE_KEYRING
-+#ifdef VINO_HAVE_KEYRING
++#ifdef VINO_HAVE_GNOME_KEYRING
    GnomeKeyringNetworkPasswordData *found_item;
    GnomeKeyringResult               result;
    GList                           *matches;
@@ -256,7 +256,7 @@
  #include <gio/gio.h>
  
 -#ifdef VINO_ENABLE_KEYRING
-+#ifdef VINO_HAVE_KEYRING
++#ifdef VINO_HAVE_GNOME_KEYRING
  #include <gnome-keyring.h>
  #endif
  
@@ -265,7 +265,7 @@
  vino_passwd_set_password_in_keyring (const char *password)
  {
 -#ifdef VINO_ENABLE_KEYRING
-+#ifdef VINO_HAVE_KEYRING
++#ifdef VINO_HAVE_GNOME_KEYRING
    GnomeKeyringResult result;
    guint32            item_id;
  




More information about the pkg-gnome-commits mailing list