[at-spi2-atk] Put declarations at the beginning of the block
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-atk] Put declarations at the beginning of the block
- Date: Fri, 15 Jun 2012 16:07:14 +0000 (UTC)
commit 55b85389cc9fab84ecf17e113747e1b9d7f4ec2c
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jun 15 17:00:20 2012 +0100
Put declarations at the beginning of the block
atk-adaptor/bridge.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c
index 666b34c..804d43c 100644
--- a/atk-adaptor/bridge.c
+++ b/atk-adaptor/bridge.c
@@ -740,6 +740,7 @@ atk_bridge_adaptor_init (gint * argc, gchar ** argv[])
DBusError error;
AtkObject *root;
gboolean load_bridge;
+ DRoutePath *treepath, *accpath;
load_bridge = check_envvar ();
if (inited && !load_bridge)
@@ -750,8 +751,6 @@ atk_bridge_adaptor_init (gint * argc, gchar ** argv[])
inited = TRUE;
- DRoutePath *treepath, *accpath;
-
root = atk_get_root ();
g_warn_if_fail (root);
if (!root)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]