aboutsummaryrefslogtreecommitdiff
path: root/libmap
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 16:24:09 -0500
committerTed Gould <ted@gould.cx>2011-07-07 16:24:09 -0500
commit732b5f6b4eb81a4b36481b14646ef0bd049922ec (patch)
treeb281871bdc8f2f66825ed97f2539f8458f1abb95 /libmap
parent64b442893f7ae6d4201f72535175a2956f448ddf (diff)
parent1819f029c3f3af6922e095e959e80b1ce446148b (diff)
downloadayatana-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')
-rw-r--r--libmap/Makefile.in1
-rw-r--r--libmap/cc-timezone-map.c4
2 files changed, 1 insertions, 4 deletions
diff --git a/libmap/Makefile.in b/libmap/Makefile.in
index 44d6f90..3c4ea45 100644
--- a/libmap/Makefile.in
+++ b/libmap/Makefile.in
@@ -134,6 +134,7 @@ CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
+CCPANELDIR = @CCPANELDIR@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
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);