Removed style actions from preferences dialog
authorPhilip Chimento <philip.chimento@gmail.com>
Tue, 1 Mar 2011 20:52:32 +0000 (21:52 +0100)
committerPhilip Chimento <philip.chimento@gmail.com>
Tue, 1 Mar 2011 20:52:32 +0000 (21:52 +0100)
The style actions aren't needed anymore, we should use callbacks, and
the functionality doesn't work yet anyway.

player/chimara.ui

index 35681da532325925798c346c4957d5843c3d8851..81ca3ae411760f50cfcf5dd392fca332be92cc08 100644 (file)
       </object>
     </child>
   </object>
-  <object class="GtkActionGroup" id="style-actiongroup">
-    <child>
-      <object class="GtkToggleAction" id="align-left">
-        <property name="label">Align _left</property>
-        <property name="short_label">Align _left</property>
-        <property name="tooltip">Align text to the left</property>
-        <property name="stock_id">gtk-justify-left</property>
-        <signal name="toggled" handler="on_toggle_left" swapped="no"/>
-      </object>
-    </child>
-    <child>
-      <object class="GtkToggleAction" id="align-justify">
-        <property name="label">Align _justify</property>
-        <property name="short_label">Align _justify</property>
-        <property name="tooltip">Justify the text</property>
-        <property name="stock_id">gtk-justify-fill</property>
-        <signal name="toggled" handler="on_toggle_justify" swapped="no"/>
-      </object>
-    </child>
-    <child>
-      <object class="GtkToggleAction" id="align-right">
-        <property name="label">Align _right</property>
-        <property name="short_label">Align _right</property>
-        <property name="tooltip">Align text to the right</property>
-        <property name="stock_id">gtk-justify-right</property>
-        <signal name="toggled" handler="on_toggle_right" swapped="no"/>
-      </object>
-    </child>
-    <child>
-      <object class="GtkToggleAction" id="bold">
-        <property name="label">_Bold</property>
-        <property name="short_label">_Bold</property>
-        <property name="tooltip">Make the text bold</property>
-        <property name="stock_id">gtk-bold</property>
-        <signal name="toggled" handler="on_toggle_bold" swapped="no"/>
-      </object>
-    </child>
-    <child>
-      <object class="GtkToggleAction" id="italic">
-        <property name="label">_Italic</property>
-        <property name="short_label">_Italic</property>
-        <property name="tooltip">Print the text in italics</property>
-        <property name="stock_id">gtk-italic</property>
-        <signal name="toggled" handler="on_toggle_italic" swapped="no"/>
-      </object>
-    </child>
-    <child>
-      <object class="GtkToggleAction" id="underline">
-        <property name="label">_Underline</property>
-        <property name="short_label">_Underline</property>
-        <property name="tooltip">Underline the text</property>
-        <property name="stock_id">gtk-underline</property>
-        <signal name="toggled" handler="on_toggle_underline" swapped="no"/>
-      </object>
-    </child>
-    <child>
-      <object class="GtkToggleAction" id="align-center">
-        <property name="label" translatable="yes">_Center</property>
-        <property name="short_label" translatable="yes">_Center</property>
-        <property name="stock_id">gtk-justify-center</property>
-        <signal name="toggled" handler="on_toggle_center" swapped="no"/>
-      </object>
-    </child>
-  </object>
   <object class="GtkAboutDialog" id="aboutwindow">
     <property name="can_focus">False</property>
     <property name="border_width">5</property>