changeset 358:b4e18baed486

removed password text box for twitter in preferences window due to transition to OAuth.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 27 Aug 2010 11:28:23 +0900
parents 732de90812d8
children 7f86a9f04c26
files prefs.ui
diffstat 1 files changed, 45 insertions(+), 90 deletions(-) [+]
line wrap: on
line diff
--- a/prefs.ui	Fri Aug 27 01:13:44 2010 +0900
+++ b/prefs.ui	Fri Aug 27 11:28:23 2010 +0900
@@ -1,47 +1,6 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <!-- interface-naming-policy toplevel-contextual -->
-  <object class="GtkListStore" id="model1">
-    <columns>
-      <!-- column-name gchararray -->
-      <column type="gchararray"/>
-    </columns>
-    <data>
-      <row>
-        <col id="0">Arrive</col>
-      </row>
-      <row>
-        <col id="0">Leave</col>
-      </row>
-      <row>
-        <col id="0">Receive</col>
-      </row>
-      <row>
-        <col id="0">First Receive</col>
-      </row>
-      <row>
-        <col id="0">Send</col>
-      </row>
-      <row>
-        <col id="0">Chat Join</col>
-      </row>
-      <row>
-        <col id="0">Chat Leave</col>
-      </row>
-      <row>
-        <col id="0">Chat You Say</col>
-      </row>
-      <row>
-        <col id="0">Chat Someone Say</col>
-      </row>
-      <row>
-        <col id="0">Pounce Default</col>
-      </row>
-      <row>
-        <col id="0">Chat Nick Said</col>
-      </row>
-    </data>
-  </object>
   <object class="GtkWindow" id="prefswindow">
     <child>
       <object class="GtkNotebook" id="prefsnotebook">
@@ -329,51 +288,6 @@
               </packing>
             </child>
             <child>
-              <object class="GtkHBox" id="hbox4">
-                <property name="visible">True</property>
-                <child>
-                  <object class="GtkAlignment" id="alignment10">
-                    <property name="visible">True</property>
-                    <property name="left_padding">40</property>
-                    <child>
-                      <object class="GtkLabel" id="label9">
-                        <property name="visible">True</property>
-                        <property name="xalign">0</property>
-                        <property name="label" translatable="yes">Password</property>
-                        <property name="max_width_chars">10</property>
-                      </object>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="position">1</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkAlignment" id="alignment11">
-                    <property name="visible">True</property>
-                    <property name="xalign">1</property>
-                    <property name="right_padding">4</property>
-                    <child>
-                      <object class="GtkEntry" id="account_api_password">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="width_chars">20</property>
-                        <property name="invisible_char_set">True</property>
-                      </object>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="pack_type">end</property>
-                    <property name="position">1</property>
-                  </packing>
-                </child>
-              </object>
-              <packing>
-                <property name="position">8</property>
-              </packing>
-            </child>
-            <child>
               <object class="GtkHBox" id="hbox5">
                 <property name="visible">True</property>
                 <child>
@@ -436,7 +350,7 @@
               </object>
               <packing>
                 <property name="expand">False</property>
-                <property name="position">9</property>
+                <property name="position">8</property>
               </packing>
             </child>
             <child>
@@ -506,7 +420,7 @@
               </object>
               <packing>
                 <property name="expand">False</property>
-                <property name="position">10</property>
+                <property name="position">9</property>
               </packing>
             </child>
           </object>
@@ -930,7 +844,7 @@
                       <object class="GtkEntry" id="filter_ffeed">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="invisible_char">&#x25CF;</property>
+                        <property name="invisible_char">●</property>
                         <property name="width_chars">35</property>
                       </object>
                     </child>
@@ -1745,4 +1659,45 @@
       </object>
     </child>
   </object>
+  <object class="GtkListStore" id="model1">
+    <columns>
+      <!-- column-name gchararray -->
+      <column type="gchararray"/>
+    </columns>
+    <data>
+      <row>
+        <col id="0">Arrive</col>
+      </row>
+      <row>
+        <col id="0">Leave</col>
+      </row>
+      <row>
+        <col id="0">Receive</col>
+      </row>
+      <row>
+        <col id="0">First Receive</col>
+      </row>
+      <row>
+        <col id="0">Send</col>
+      </row>
+      <row>
+        <col id="0">Chat Join</col>
+      </row>
+      <row>
+        <col id="0">Chat Leave</col>
+      </row>
+      <row>
+        <col id="0">Chat You Say</col>
+      </row>
+      <row>
+        <col id="0">Chat Someone Say</col>
+      </row>
+      <row>
+        <col id="0">Pounce Default</col>
+      </row>
+      <row>
+        <col id="0">Chat Nick Said</col>
+      </row>
+    </data>
+  </object>
 </interface>