[gnome-online-accounts] exchange: Change the "Connect" button to "Try	Again" when retrying
- From: Debarshi Ray <debarshir src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-online-accounts] exchange: Change the "Connect" button to "Try	Again" when retrying
 
- Date: Sat, 21 Apr 2012 16:30:31 +0000 (UTC)
 
commit 26017fb3ce9dd098773dcc00a03e7e2537c37184
Author: Debarshi Ray <debarshir gnome org>
Date:   Sat Apr 21 17:31:06 2012 +0200
    exchange: Change the "Connect" button to "Try Again" when retrying
 src/goabackend/goaexchangeprovider.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/goabackend/goaexchangeprovider.c b/src/goabackend/goaexchangeprovider.c
index fe2aa00..bfcd381 100644
--- a/src/goabackend/goaexchangeprovider.c
+++ b/src/goabackend/goaexchangeprovider.c
@@ -604,6 +604,7 @@ add_account (GoaProvider    *provider,
 
   if (data.error != NULL)
     {
+      GtkWidget *button;
       gchar *markup;
 
       markup = g_strdup_printf ("<b>%s:</b> %s",
@@ -614,6 +615,8 @@ add_account (GoaProvider    *provider,
       gtk_label_set_markup (GTK_LABEL (data.cluebar_label), markup);
       g_free (markup);
 
+      button = gtk_dialog_get_widget_for_response (data.dialog, GTK_RESPONSE_OK);
+      gtk_button_set_label (GTK_BUTTON (button), _("_Try Again"));
       gtk_widget_set_no_show_all (data.cluebar, FALSE);
       gtk_widget_show_all (data.cluebar);
       goto ews_again;
@@ -765,6 +768,7 @@ refresh_account (GoaProvider    *provider,
 
   if (data.error != NULL)
     {
+      GtkWidget *button;
       gchar *markup;
 
       markup = g_strdup_printf ("<b>%s:</b> %s",
@@ -775,6 +779,8 @@ refresh_account (GoaProvider    *provider,
       gtk_label_set_markup (GTK_LABEL (data.cluebar_label), markup);
       g_free (markup);
 
+      button = gtk_dialog_get_widget_for_response (data.dialog, GTK_RESPONSE_OK);
+      gtk_button_set_label (GTK_BUTTON (button), _("_Try Again"));
       gtk_widget_set_no_show_all (data.cluebar, FALSE);
       gtk_widget_show_all (data.cluebar);
       goto ews_again;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]