[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 244/473: Fix warning about missing parameter in Command::activated.
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:56:54 CET 2015
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit c88573acf41467966e7148fa5fd4d657cc345e61
Author: Graeme Gott <graeme at gottcode.org>
Date: Tue Nov 19 05:51:37 2013 -0500
Fix warning about missing parameter in Command::activated.
---
panel-plugin/command.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/command.cpp b/panel-plugin/command.cpp
index 30ee78d..33e5743 100644
--- a/panel-plugin/command.cpp
+++ b/panel-plugin/command.cpp
@@ -191,7 +191,7 @@ void Command::activated()
GError* error = NULL;
if (g_spawn_command_line_async(m_command, &error) == false)
{
- xfce_dialog_show_error(NULL, error, m_error_text);
+ xfce_dialog_show_error(NULL, error, m_error_text, NULL);
g_error_free(error);
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list