[nautilus/wip/antoniof/switch-case-braces-style-fix] test




commit ae1ef37a829f2a6938b46b4dbdd3651237dfb6ea
Author: António Fernandes <antoniof gnome org>
Date:   Sun Jul 11 14:11:13 2021 +0100

    test

 src/nautilus-previewer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-previewer.c b/src/nautilus-previewer.c
index 66074ab93..24dcca1aa 100644
--- a/src/nautilus-previewer.c
+++ b/src/nautilus-previewer.c
@@ -37,7 +37,7 @@
 #define PREVIEWER2_DBUS_IFACE "org.gnome.NautilusPreviewer2"
 #define PREVIEWER_DBUS_PATH "/org/gnome/NautilusPreviewer"
 
-static GDBusProxy *previewer_v2_proxy = NULL;
+GDBusProxy *previewer_v2_proxy = NULL;
 
 static gboolean
 ensure_previewer_v2_proxy (void)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]