diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-20 17:40:58 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-20 17:40:58 +0100 |
commit | d86ae86e6cd5a87547434b416b79fc677d9b3ae9 (patch) | |
tree | 94a345506bc0ef25c52443ec33af516012e7d136 /data/gpm-prefs.ui | |
parent | 352827e8a19139a4bb9ff5cfde3fa86841260d65 (diff) | |
download | mate-power-manager-d86ae86e6cd5a87547434b416b79fc677d9b3ae9.tar.bz2 mate-power-manager-d86ae86e6cd5a87547434b416b79fc677d9b3ae9.tar.xz |
fix gpm-prefs, need to fix gpm-statistics
Diffstat (limited to 'data/gpm-prefs.ui')
-rw-r--r-- | data/gpm-prefs.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/gpm-prefs.ui b/data/gpm-prefs.ui index 0efc33b..87a0f42 100644 --- a/data/gpm-prefs.ui +++ b/data/gpm-prefs.ui @@ -118,7 +118,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox_ac_computer"> + <object class="GtkComboBoxText" id="combobox_ac_computer"> <property name="visible">True</property> </object> <packing> @@ -236,7 +236,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox_ac_display"> + <object class="GtkComboBoxText" id="combobox_ac_display"> <property name="visible">True</property> </object> <packing> @@ -373,7 +373,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox_battery_computer"> + <object class="GtkComboBoxText" id="combobox_battery_computer"> <property name="visible">True</property> </object> <packing> @@ -521,7 +521,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox_battery_display"> + <object class="GtkComboBoxText" id="combobox_battery_display"> <property name="visible">True</property> </object> <packing> @@ -642,7 +642,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox_ups_computer"> + <object class="GtkComboBoxText" id="combobox_ups_computer"> <property name="visible">True</property> </object> <packing> @@ -775,7 +775,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox_ups_display"> + <object class="GtkComboBoxText" id="combobox_ups_display"> <property name="visible">True</property> </object> <packing> |