diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 16:24:09 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 16:24:09 -0500 |
commit | 732b5f6b4eb81a4b36481b14646ef0bd049922ec (patch) | |
tree | b281871bdc8f2f66825ed97f2539f8458f1abb95 /libmap/cc-timezone-map.c | |
parent | 64b442893f7ae6d4201f72535175a2956f448ddf (diff) | |
parent | 1819f029c3f3af6922e095e959e80b1ce446148b (diff) | |
download | ayatana-indicator-datetime-732b5f6b4eb81a4b36481b14646ef0bd049922ec.tar.gz ayatana-indicator-datetime-732b5f6b4eb81a4b36481b14646ef0bd049922ec.tar.bz2 ayatana-indicator-datetime-732b5f6b4eb81a4b36481b14646ef0bd049922ec.zip |
* New upstream release.
* libindicator 0.4 transition
* Making preferences a gnome-control-center plugin
* Calling gnome-control-center from the menu
* Fixing timezone setting with new gsd
Diffstat (limited to 'libmap/cc-timezone-map.c')
-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); |