aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/launcher-menu-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launcher-menu-item.c b/src/launcher-menu-item.c
index 653592c..6c79adb 100644
--- a/src/launcher-menu-item.c
+++ b/src/launcher-menu-item.c
@@ -164,7 +164,7 @@ activate_cb (LauncherMenuItem * self, gpointer data)
time as that's not sent across the bus */
GTimeVal time;
g_get_current_time(&time);
- gdk_app_launch_context_set_timestamp(context, time.tv_usec);
+ gdk_app_launch_context_set_timestamp(context, time.tv_usec / 1000);
GError * error = NULL;
if (!g_app_info_launch(priv->appinfo, NULL, G_APP_LAUNCH_CONTEXT(context), &error)) {