[Xfce4-commits] [xfce/exo] 01/01: Fix implicit declaration of function 'xfce_spawn_on_screen' (bug #11655)
noreply at xfce.org
noreply at xfce.org
Sat Mar 7 22:46:03 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/exo.
commit 4e68afc085d23bd77cf94e0e8e2e1435f0b4ebaa
Author: Matt Thirtytwo <matt.59491 at gmail.com>
Date: Sat Mar 7 22:23:45 2015 +0100
Fix implicit declaration of function 'xfce_spawn_on_screen' (bug #11655)
Also fix a few unused variable warnings.
---
exo-helper/exo-helper.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/exo-helper/exo-helper.c b/exo-helper/exo-helper.c
index aba3749..6931347 100644
--- a/exo-helper/exo-helper.c
+++ b/exo-helper/exo-helper.c
@@ -43,6 +43,7 @@
#include <unistd.h>
#endif
+#include <libxfce4ui/libxfce4ui.h>
#include <exo-helper/exo-helper.h>
#include <exo-helper/exo-helper-utils.h>
@@ -346,17 +347,12 @@ exo_helper_execute (ExoHelper *helper,
const gchar *parameter,
GError **error)
{
- GTimeVal previous;
- GTimeVal current;
gboolean succeed = FALSE;
GError *err = NULL;
gchar **commands;
gchar **argv;
gchar *command;
guint n;
- gint status;
- gint result;
- gint pid;
const gchar *real_parameter = parameter;
g_return_val_if_fail (EXO_IS_HELPER (helper), FALSE);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list