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-statistics.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-statistics.ui')
-rw-r--r-- | data/gpm-statistics.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/gpm-statistics.ui b/data/gpm-statistics.ui index 6b40dcd..80f3b9b 100644 --- a/data/gpm-statistics.ui +++ b/data/gpm-statistics.ui @@ -93,7 +93,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox_history_type"> + <object class="GtkComboBoxText" id="combobox_history_type"> <property name="visible">True</property> </object> <packing> @@ -120,7 +120,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox_history_time"> + <object class="GtkComboBoxText" id="combobox_history_time"> <property name="visible">True</property> </object> <packing> @@ -260,7 +260,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox_stats_type"> + <object class="GtkComboBoxText" id="combobox_stats_type"> <property name="visible">True</property> </object> <packing> |