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.c | |
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.c')
-rw-r--r-- | applets/clock/clock-location.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applets/clock/clock-location.c b/applets/clock/clock-location.c index efbc5939..ca785889 100644 --- a/applets/clock/clock-location.c +++ b/applets/clock/clock-location.c @@ -537,7 +537,6 @@ free_make_current_data (gpointer data) void clock_location_make_current (ClockLocation *loc, - guint transient_parent_xid, GFunc callback, gpointer data, GDestroyNotify destroy) |