diff options
author | infirit <[email protected]> | 2014-06-02 18:10:47 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-02 22:15:46 +0200 |
commit | 53a1fe800f9f0c90dc298ba228b29852147794bb (patch) | |
tree | 9dd51bac0cfdeb6767577986362c553709f3b333 /mateweather/mateweather-pref.c | |
parent | 4aebcf242c792e3c6e4b0162a74b90c7d882fb38 (diff) | |
download | mate-applets-53a1fe800f9f0c90dc298ba228b29852147794bb.tar.bz2 mate-applets-53a1fe800f9f0c90dc298ba228b29852147794bb.tar.xz |
Replace GtkObject with GObject also for gtk2
Diffstat (limited to 'mateweather/mateweather-pref.c')
-rw-r--r-- | mateweather/mateweather-pref.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mateweather/mateweather-pref.c b/mateweather/mateweather-pref.c index 4ac80e8a..672aa8e9 100644 --- a/mateweather/mateweather-pref.c +++ b/mateweather/mateweather-pref.c @@ -789,11 +789,7 @@ static void mateweather_pref_create(MateWeatherPref* pref) GtkWidget* pref_basic_update_alignment; GtkWidget* pref_basic_update_lbl; GtkWidget* pref_basic_update_hbox; -#if GTK_CHECK_VERSION (3, 0, 0) GObject* pref_basic_update_spin_adj; -#else - GtkObject* pref_basic_update_spin_adj; -#endif GtkWidget* pref_basic_update_sec_lbl; GtkWidget* pref_basic_note_lbl; GtkWidget* pref_loc_hbox; |