[gthumb] correctly undefine the oauth debug code



commit 15e1370a80c48b9b6a8920375fd051c32b9a6146
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Jul 16 20:23:57 2010 +0200

    correctly undefine the oauth debug code

 extensions/oauth/oauth-connection.c                |    2 +-
 extensions/photobucket/dlg-export-to-photobucket.c |    1 -
 extensions/picasaweb/google-connection.c           |    2 +-
 gthumb/gth-file-source-vfs.c                       |    2 +-
 gthumb/gth-file-store.c                            |    2 +-
 5 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/extensions/oauth/oauth-connection.c b/extensions/oauth/oauth-connection.c
index 647fb52..edf639a 100644
--- a/extensions/oauth/oauth-connection.c
+++ b/extensions/oauth/oauth-connection.c
@@ -27,7 +27,7 @@
 #include "oauth-connection.h"
 
 
-#define DEBUG_OAUTH_CONNECTION 0
+#undef  DEBUG_OAUTH_CONNECTION
 #define OAUTH_VERSION "1.0"
 #define OAUTH_SIGNATURE_METHOD "HMAC-SHA1"
 
diff --git a/extensions/photobucket/dlg-export-to-photobucket.c b/extensions/photobucket/dlg-export-to-photobucket.c
index e320609..ffe1b6b 100644
--- a/extensions/photobucket/dlg-export-to-photobucket.c
+++ b/extensions/photobucket/dlg-export-to-photobucket.c
@@ -625,7 +625,6 @@ dlg_export_to_photobucket (GthBrowser *browser,
 	gtk_box_pack_start (GTK_BOX (GET_WIDGET ("images_box")), list_view, TRUE, TRUE, 0);
 	gth_file_list_set_files (GTH_FILE_LIST (list_view), data->file_list);
 
-	gtk_entry_set_text (GTK_ENTRY (gtk_bin_get_child (GTK_BIN (GET_WIDGET ("album_comboboxentry")))), g_file_info_get_edit_name (data->location->info));
 	gtk_widget_set_sensitive (GET_WIDGET ("upload_button"), FALSE);
 
 	title = g_strdup_printf (_("Export to %s"), photobucket_consumer.display_name);
diff --git a/extensions/picasaweb/google-connection.c b/extensions/picasaweb/google-connection.c
index 17b7916..70fd36f 100644
--- a/extensions/picasaweb/google-connection.c
+++ b/extensions/picasaweb/google-connection.c
@@ -26,7 +26,7 @@
 #include <gthumb.h>
 #include "google-connection.h"
 
-#undef DEBUG_GOOGLE_CONNECTION
+#undef  DEBUG_GOOGLE_CONNECTION
 #define SOUP_LOG_LEVEL SOUP_LOGGER_LOG_BODY
 #define GTHUMB_SOURCE ("GNOME-" PACKAGE "-" VERSION)
 
diff --git a/gthumb/gth-file-source-vfs.c b/gthumb/gth-file-source-vfs.c
index 7a919da..d5fceb9 100644
--- a/gthumb/gth-file-source-vfs.c
+++ b/gthumb/gth-file-source-vfs.c
@@ -32,7 +32,7 @@
 
 #define GTH_MONITOR_N_EVENTS 3
 #define MONITOR_UPDATE_DELAY 500
-#undef DEBUG_MONITOR
+#undef  DEBUG_MONITOR
 
 struct _GthFileSourceVfsPrivate
 {
diff --git a/gthumb/gth-file-store.c b/gthumb/gth-file-store.c
index b64cba6..f4c5e91 100644
--- a/gthumb/gth-file-store.c
+++ b/gthumb/gth-file-store.c
@@ -26,7 +26,7 @@
 #include "gth-file-store.h"
 
 
-#undef DEBUG_FILE_STORE
+#undef  DEBUG_FILE_STORE
 #define VALID_ITER(iter, store) (((iter) != NULL) && ((iter)->stamp == (store)->priv->stamp) && ((iter)->user_data != NULL))
 #define REALLOC_STEP 32
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]