Updating branch refs/heads/xfce4-indicator-plugin-1.0
         to fc0900b29eae43059966dc555309dc47f8a0c051 (commit)
       from d02f80430a0b7383e442f33eb61a3046d4efbeee (commit)

commit fc0900b29eae43059966dc555309dc47f8a0c051
Author: Mark Trompell <[email protected]>
Date:   Sat Apr 13 14:33:52 2013 +0200

    Revert "make column titles translatable"
    
    This reverts commit d02f80430a0b7383e442f33eb61a3046d4efbeee.

 panel-plugin/indicator-dialog.glade |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/indicator-dialog.glade 
b/panel-plugin/indicator-dialog.glade
index a097eb1..69b0f9d 100644
--- a/panel-plugin/indicator-dialog.glade
+++ b/panel-plugin/indicator-dialog.glade
@@ -230,7 +230,7 @@
                                     </child>
                                     <child>
                                       <object class="GtkTreeViewColumn" 
id="treeviewcolumn-name">
-                                        <property name="title" 
translatable="yes">Indicator</property>
+                                        <property 
name="title">Indicator</property>
                                         <property name="expand">True</property>
                                         <child>
                                           <object class="GtkCellRendererText" 
id="cellrenderertext1"/>
@@ -242,7 +242,7 @@
                                     </child>
                                     <child>
                                       <object class="GtkTreeViewColumn" 
id="treeviewcolumn-blacklist">
-                                        <property name="title" 
translatable="yes">Hidden</property>
+                                        <property 
name="title">Hidden</property>
                                         <child>
                                           <object 
class="GtkCellRendererToggle" id="hidden-toggle"/>
                                           <attributes>
@@ -253,7 +253,7 @@
                                     </child>
                                     <child>
                                       <object class="GtkTreeViewColumn" 
id="treeviewcolumn-whitelist">
-                                        <property name="title" 
translatable="yes">Visible</property>
+                                        <property 
name="title">Visible</property>
                                         <child>
                                           <object 
class="GtkCellRendererToggle" id="visible-toggle"/>
                                           <attributes>
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to