[mousetweaks] Revert config.h changes from 2011-04-17 because of error with applets
- From: Francesco Fumanti <frfumanti src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mousetweaks] Revert config.h changes from 2011-04-17 because of error with applets
- Date: Tue, 10 May 2011 13:38:10 +0000 (UTC)
commit 0f08cf4c65f1a92d39069278ce5e009e78daf886
Author: Francesco Fumanti <francesco fumanti gmx net>
Date: Tue May 10 15:37:59 2011 +0200
Revert config.h changes from 2011-04-17 because of error with applets
src/dwell-click-applet.c | 4 ----
src/mt-common.c | 4 ----
src/mt-common.h | 4 ++++
src/mt-main.c | 4 ----
src/pointer-capture-applet.c | 4 ----
5 files changed, 4 insertions(+), 16 deletions(-)
---
diff --git a/src/dwell-click-applet.c b/src/dwell-click-applet.c
index ee79bf4..3aff2f9 100644
--- a/src/dwell-click-applet.c
+++ b/src/dwell-click-applet.c
@@ -15,10 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <stdlib.h>
#include <gio/gio.h>
diff --git a/src/mt-common.c b/src/mt-common.c
index 355ed68..7b496bc 100644
--- a/src/mt-common.c
+++ b/src/mt-common.c
@@ -17,10 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "mt-common.h"
Display *
diff --git a/src/mt-common.h b/src/mt-common.h
index e3a3165..6e5db41 100644
--- a/src/mt-common.h
+++ b/src/mt-common.h
@@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifndef __MT_COMMON_H__
#define __MT_COMMON_H__
diff --git a/src/mt-main.c b/src/mt-main.c
index 594831d..ef07c0d 100644
--- a/src/mt-main.c
+++ b/src/mt-main.c
@@ -17,10 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
diff --git a/src/pointer-capture-applet.c b/src/pointer-capture-applet.c
index 3654272..23f67a2 100644
--- a/src/pointer-capture-applet.c
+++ b/src/pointer-capture-applet.c
@@ -15,10 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <stdlib.h>
#include <gtk/gtk.h>
#include <panel-applet.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]