summaryrefslogtreecommitdiff
path: root/applets/clock/clock.c
diff options
context:
space:
mode:
authorDenis Gorodnichev <[email protected]>2014-02-21 23:43:25 +0400
committerDenis Gorodnichev <[email protected]>2014-02-21 23:43:25 +0400
commitd1920da2d961deca7052f8b4e508c7621895de71 (patch)
tree6be25b6ce5cc28e4303ebd1b6e8b5552c4d38d26 /applets/clock/clock.c
parentce82ba10c09a96dc5388f06ecb2891826a15272d (diff)
downloadmate-panel-d1920da2d961deca7052f8b4e508c7621895de71.tar.bz2
mate-panel-d1920da2d961deca7052f8b4e508c7621895de71.tar.xz
transient_parent_xid is not used
transient_parent_xid is not used but can cause problem: applet widget have not window until realized
Diffstat (limited to 'applets/clock/clock.c')
-rw-r--r--applets/clock/clock.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/applets/clock/clock.c b/applets/clock/clock.c
index 347dfefc..ef35eff4 100644
--- a/applets/clock/clock.c
+++ b/applets/clock/clock.c
@@ -2118,12 +2118,7 @@ location_start_element (GMarkupParseContext *context,
latitude, longitude, code, &prefs);
if (current && clock_location_is_current_timezone (loc))
-#if GTK_CHECK_VERSION (3, 0, 0)
- clock_location_make_current (loc, GDK_WINDOW_XID (gtk_widget_get_window (cd->applet)),
-#else
- clock_location_make_current (loc, GDK_WINDOW_XWINDOW (gtk_widget_get_window (cd->applet)),
-#endif
- NULL, NULL, NULL);
+ clock_location_make_current (loc, NULL, NULL, NULL);
data->cities = g_list_append (data->cities, loc);
}