[gthumb] Fixed export to Photobucket
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] Fixed export to Photobucket
- Date: Mon, 7 Nov 2011 16:33:51 +0000 (UTC)
commit bd8a3a5d43ddbd54b49a929f39a436070b6707f0
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 b618cfb..03101d7 100644
--- a/extensions/oauth/oauth-account-chooser-dialog.c
+++ b/extensions/oauth/oauth-account-chooser-dialog.c
@@ -112,7 +112,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 480ecf9..a65c21f 100644
--- a/extensions/oauth/oauth-account-manager-dialog.c
+++ b/extensions/oauth/oauth-account-manager-dialog.c
@@ -126,7 +126,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 56daf7a..55bf630 100644
--- a/extensions/oauth/oauth-authentication.c
+++ b/extensions/oauth/oauth-authentication.c
@@ -453,7 +453,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]