diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 16:17:58 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 16:17:58 -0500 |
commit | b64854473ee9226bc11f5b27b0057fab82a2f098 (patch) | |
tree | a64aabc5e071d3d04671fca285b13356b2c345fd /libmap | |
parent | 62a1ba2b91d2e916c9bfc99eda0793f67af6e820 (diff) | |
parent | 5d36567ca57ebd73e7a759c83542d19b2aa8814d (diff) | |
download | ayatana-indicator-datetime-b64854473ee9226bc11f5b27b0057fab82a2f098.tar.gz ayatana-indicator-datetime-b64854473ee9226bc11f5b27b0057fab82a2f098.tar.bz2 ayatana-indicator-datetime-b64854473ee9226bc11f5b27b0057fab82a2f098.zip |
Making the preferences a gnome-control-center plugin instead of a stand alone app
Diffstat (limited to 'libmap')
-rw-r--r-- | libmap/cc-timezone-map.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libmap/cc-timezone-map.c b/libmap/cc-timezone-map.c index 5ce1354..aeac9a0 100644 --- a/libmap/cc-timezone-map.c +++ b/libmap/cc-timezone-map.c @@ -686,10 +686,6 @@ cc_timezone_map_realize (GtkWidget *widget) window = gdk_window_new (gtk_widget_get_parent_window (widget), &attr, GDK_WA_X | GDK_WA_Y); - gtk_widget_set_style (widget, - gtk_style_attach (gtk_widget_get_style (widget), - window)); - gdk_window_set_user_data (window, widget); cursor = gdk_cursor_new (GDK_HAND2); |