diff options
author | Denis Gorodnichev <[email protected]> | 2014-02-21 23:43:25 +0400 |
---|---|---|
committer | Denis Gorodnichev <[email protected]> | 2014-02-21 23:43:25 +0400 |
commit | d1920da2d961deca7052f8b4e508c7621895de71 (patch) | |
tree | 6be25b6ce5cc28e4303ebd1b6e8b5552c4d38d26 /applets/clock/clock-location.h | |
parent | ce82ba10c09a96dc5388f06ecb2891826a15272d (diff) | |
download | mate-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.h | 1 |
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); |