summaryrefslogtreecommitdiff
diff options
authorIain Lane <iain@orangesquash.org.uk>2015-09-21 18:02:08 +0100
committerIain Lane <iain@orangesquash.org.uk>2015-09-21 18:02:08 +0100
commite292586c90d9c008d6a8ef76dd3ab37cd2d24efc (patch)
tree4a220c6b1983e437a4d81a46ecc6714fc8c688fb
parentc70723b28d6ac1d0c1fe03402bba5e2808c7f6c8 (diff)
one more place
(bzr r4008.5.3)
-rw-r--r--launcher/ApplicationLauncherIcon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ApplicationLauncherIcon.cpp b/launcher/ApplicationLauncherIcon.cpp
index 0eda2da7a..ede26baf8 100644
--- a/launcher/ApplicationLauncherIcon.cpp
+++ b/launcher/ApplicationLauncherIcon.cpp
@@ -565,7 +565,7 @@ void ApplicationLauncherIcon::UpdateDesktopFile()
case G_FILE_MONITOR_EVENT_DELETED:
{
_source_manager.AddTimeoutSeconds(1, [this, desktop_file] {
- if (!g_file_query_exists(file, nullptr))
+ if (!g_file_query_exists(desktop_file, nullptr))
{
UnStick();
LogUnityEvent(ApplicationEventType::DELETE);