From 7f0c703a70b02b7c7724abb36d3bc1be8b613521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 12 Apr 2013 13:50:05 +0200 Subject: IndicatorDesktopShortcuts: initialize flags using the default define --- libindicator/indicator-desktop-shortcuts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c index 52d237c..41a2d3e 100644 --- a/libindicator/indicator-desktop-shortcuts.c +++ b/libindicator/indicator-desktop-shortcuts.c @@ -624,7 +624,8 @@ indicator_desktop_shortcuts_nick_exec_with_context (IndicatorDesktopShortcuts * G_KEY_FILE_DESKTOP_KEY_EXEC, NULL, NULL); - GAppInfoCreateFlags flags = 0; + + GAppInfoCreateFlags flags = G_APP_INFO_CREATE_NONE; if (launch_context) { flags |= G_APP_INFO_CREATE_SUPPORTS_STARTUP_NOTIFICATION; -- cgit v1.2.3