[gwibber/f12/master] missing patch

Tom Callaway spot at fedoraproject.org
Tue Aug 31 23:41:05 UTC 2010


commit 91a43d2d599bc4b988f083d3f7007f6b1acb651c
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Tue Aug 31 19:41:08 2010 -0400

    missing patch

 gwibber-819bzr-cleanup-fbauth.patch |   42 +++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/gwibber-819bzr-cleanup-fbauth.patch b/gwibber-819bzr-cleanup-fbauth.patch
new file mode 100644
index 0000000..625bb7c
--- /dev/null
+++ b/gwibber-819bzr-cleanup-fbauth.patch
@@ -0,0 +1,42 @@
+diff -up gwibber-819bzr/gwibber/lib/gtk/facebook.py.fbauth gwibber-819bzr/gwibber/lib/gtk/facebook.py
+--- gwibber-819bzr/gwibber/lib/gtk/facebook.py.fbauth	2010-08-23 11:27:41.000000000 -0400
++++ gwibber-819bzr/gwibber/lib/gtk/facebook.py	2010-08-23 11:30:36.675708003 -0400
+@@ -69,7 +69,9 @@ class AccountWidget(gtk.VBox):
+         self.ui.get_object("hbox_facebook_auth_done").show()
+       else:
+         self.ui.get_object("hbox_facebook_auth_done").hide()
+-        self.ui.get_object("facebook_auth_button").modify_bg(gtk.STATE_NORMAL, gtk.gdk.color_parse("red"))
++        self.ui.get_object("facebook_auth_button").modify_bg(gtk.STATE_NORMAL, gtk.gdk.color_parse("green"))
++        self.ui.get_object("facebook_auth_button").set_label(_("Authorized."))
++        self.ui.get_object("fb_auth_done_label").set_label(_("Click above to reauthorize."))
+         if self.dialog:
+           self.dialog.get_object('vbox_create').hide()
+     except:
+diff -up gwibber-819bzr/ui/gwibber-accounts-facebook.ui.fbauth gwibber-819bzr/ui/gwibber-accounts-facebook.ui
+--- gwibber-819bzr/ui/gwibber-accounts-facebook.ui.fbauth	2010-08-23 11:27:41.000000000 -0400
++++ gwibber-819bzr/ui/gwibber-accounts-facebook.ui	2010-08-23 11:28:06.915708003 -0400
+@@ -26,15 +26,6 @@
+                 <property name="position">0</property>
+               </packing>
+             </child>
+-            <child>
+-              <object class="GtkLabel" id="fb_auth_label">
+-                <property name="visible">True</property>
+-                <property name="label" translatable="yes">Authorize with facebook</property>
+-              </object>
+-              <packing>
+-                <property name="position">1</property>
+-              </packing>
+-            </child>
+           </object>
+           <packing>
+             <property name="position">0</property>
+@@ -46,7 +37,7 @@
+             <child>
+               <object class="GtkLabel" id="fb_auth_done_label">
+                 <property name="visible">True</property>
+-                <property name="label" translatable="yes">Facebook authorized</property>
++                <property name="label" translatable="yes">Facebook NOT YET authorized</property>
+               </object>
+               <packing>
+                 <property name="position">0</property>


More information about the scm-commits mailing list