diff options
author | infirit <[email protected]> | 2014-10-24 15:39:04 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-24 15:40:44 +0200 |
commit | c8d59e4f2176c5afcefcc02d88f8b47141284f16 (patch) | |
tree | 4da19de186b58c7e52c8705ba97b951eccca4daa | |
parent | c4d1981feed921b9044eb90aec99ea9b2269522f (diff) | |
download | marco-c8d59e4f2176c5afcefcc02d88f8b47141284f16.tar.bz2 marco-c8d59e4f2176c5afcefcc02d88f8b47141284f16.tar.xz |
frames.c: don't try to remove source that does not exist
Based on metacity commit: 5ae71b165df2fbaae933de41db11726a79aea820
From: Alberts Muktupāvels <[email protected]>
-rw-r--r-- | src/ui/frames.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/frames.c b/src/ui/frames.c index 75359def..a131a921 100644 --- a/src/ui/frames.c +++ b/src/ui/frames.c @@ -1288,6 +1288,8 @@ tip_timeout_func (gpointer data) show_tip_now (frames); + frames->tooltip_timeout = 0; + return FALSE; } |