~ubuntu-branches/ubuntu/oneiric/gnome-games/oneiric

« back to all changes in this revision

Viewing changes to lightsoff/data/settings.ui

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-05-30 13:32:04 UTC
  • mfrom: (1.1.92) (3.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20110530133204-124q7mmr507o3ouj
Tags: 1:3.0.2-0ubuntu1
* Rebased from Debian and GNOME3 PPA. Remaining Ubuntu changes
* debian/control:
  - Keep separation of games in subpackages (gnome-sudoku disabled for now)
  - Build depend on liblaunchpad-integration-3.0-dev, dh-autoreconf and gnome-common
* debian/rules:
  - Use autoreconf.mk for dh-autoreconf
  - Use multiarch location for libraries and introspection
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration
* debian/patches/02_desktop-path.patch:
  - Use full patch for games in /usr/games
* debian/patches/80_change_tetris_theme.patch:
  - Use plain tetris theme by default as tangoshaded runs slow
* debian/patches/81_change_iagno_theme.patch:
  - Use small theme by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <property name="border_width">5</property>
8
8
    <property name="icon_name">gnome-lightsoff</property>
9
9
    <property name="type_hint">normal</property>
10
 
    <property name="has_separator">False</property>
11
10
    <child internal-child="vbox">
12
11
      <object class="GtkVBox" id="dialog-vbox1">
13
12
        <property name="visible">True</property>
44
43
                              </packing>
45
44
                            </child>
46
45
                            <child>
47
 
                              <object class="GtkComboBox" id="theme-selector">
 
46
                              <object class="GtkComboBoxText" id="theme-selector">
48
47
                                <property name="visible">True</property>
49
 
                                <property name="model">liststore1</property>
 
48
                                <property name="entry-text-column">0</property>
 
49
                                <property name="id-column">1</property>
50
50
                                <signal name="changed" handler="select_theme"/>
51
51
                              </object>
52
52
                              <packing>
132
132
      <action-widget response="0">close-button</action-widget>
133
133
    </action-widgets>
134
134
  </object>
135
 
  <object class="GtkListStore" id="liststore1">
136
 
    <columns>
137
 
      <!-- column-name str -->
138
 
      <column type="gchararray"/>
139
 
    </columns>
140
 
  </object>
141
135
</interface>