summaryrefslogtreecommitdiff
path: root/applets/clock/clock-location.h
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-location.h
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-location.h')
-rw-r--r--applets/clock/clock-location.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/applets/clock/clock-location.h b/applets/clock/clock-location.h
index ae2275aa..7b59d359 100644
--- a/applets/clock/clock-location.h
+++ b/applets/clock/clock-location.h
@@ -67,7 +67,6 @@ void clock_location_localtime (ClockLocation *loc, struct tm *tm);
gboolean clock_location_is_current (ClockLocation *loc);
void clock_location_make_current (ClockLocation *loc,
- guint transient_parent_xid,
GFunc callback,
gpointer data,
GDestroyNotify destroy);