[Xfce4-commits] [xfce/exo] 01/03: Revert "Fix implicit declaration of function 'xfce_spawn_on_screen' (bug #11655)"
noreply at xfce.org
noreply at xfce.org
Tue May 19 13:07:53 CEST 2015
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository xfce/exo.
commit eb36c428b2d76d7d7f3d278a5464d34d314c58e4
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon May 18 20:02:35 2015 -0400
Revert "Fix implicit declaration of function 'xfce_spawn_on_screen' (bug #11655)"
This reverts commit 4e68afc085d23bd77cf94e0e8e2e1435f0b4ebaa.
---
exo-helper/exo-helper.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/exo-helper/exo-helper.c b/exo-helper/exo-helper.c
index 6931347..aba3749 100644
--- a/exo-helper/exo-helper.c
+++ b/exo-helper/exo-helper.c
@@ -43,7 +43,6 @@
#include <unistd.h>
#endif
-#include <libxfce4ui/libxfce4ui.h>
#include <exo-helper/exo-helper.h>
#include <exo-helper/exo-helper-utils.h>
@@ -347,12 +346,17 @@ 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