[gthumb/gthumb-2-14] Fixed export to Photobucket



commit 09408c4c3554936dc6169e9048ce02672ae121ca
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Nov 7 15:54:22 2011 +0100

    Fixed export to Photobucket
    
    Use the correct ui files.

 extensions/oauth/oauth-account-chooser-dialog.c |    2 +-
 extensions/oauth/oauth-account-manager-dialog.c |    2 +-
 extensions/oauth/oauth-authentication.c         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/extensions/oauth/oauth-account-chooser-dialog.c b/extensions/oauth/oauth-account-chooser-dialog.c
index 6fdcf73..b2cb97e 100644
--- a/extensions/oauth/oauth-account-chooser-dialog.c
+++ b/extensions/oauth/oauth-account-chooser-dialog.c
@@ -113,7 +113,7 @@ oauth_account_chooser_dialog_init (OAuthAccountChooserDialog *self)
 	GtkWidget *content;
 
 	self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, OAUTH_TYPE_ACCOUNT_CHOOSER_DIALOG, OAuthAccountChooserDialogPrivate);
-	self->priv->builder = _gtk_builder_new_from_file ("flicker-account-chooser.ui", "flicker");
+	self->priv->builder = _gtk_builder_new_from_file ("oauth-account-chooser.ui", "oauth");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
diff --git a/extensions/oauth/oauth-account-manager-dialog.c b/extensions/oauth/oauth-account-manager-dialog.c
index f245a58..3256652 100644
--- a/extensions/oauth/oauth-account-manager-dialog.c
+++ b/extensions/oauth/oauth-account-manager-dialog.c
@@ -127,7 +127,7 @@ oauth_account_manager_dialog_init (OAuthAccountManagerDialog *self)
 	GtkWidget *content;
 
 	self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, OAUTH_TYPE_ACCOUNT_MANAGER_DIALOG, OAuthAccountManagerDialogPrivate);
-	self->priv->builder = _gtk_builder_new_from_file ("flicker-account-manager.ui", "flicker");
+	self->priv->builder = _gtk_builder_new_from_file ("oauth-account-manager.ui", "oauth");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
diff --git a/extensions/oauth/oauth-authentication.c b/extensions/oauth/oauth-authentication.c
index a232ac4..e50d72f 100644
--- a/extensions/oauth/oauth-authentication.c
+++ b/extensions/oauth/oauth-authentication.c
@@ -480,7 +480,7 @@ ask_authorization_messagedialog_response_cb (GtkDialog *dialog,
 
 	switch (response_id) {
 	case GTK_RESPONSE_HELP:
-		show_help_dialog (GTK_WINDOW (dialog), "flicker-ask-authorization");
+		show_help_dialog (GTK_WINDOW (dialog), "oauth-ask-authorization");
 		break;
 
 	case GTK_RESPONSE_DELETE_EVENT:



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