[network-manager-applet/dcbw/indicator-cleanups] fixup! applet: add --indicator to switch between indicator and status icon at runtime



commit af7aa4b48ccc4bc1eca2757f2bcc9e5b8f7760cf
Author: Thomas Haller <thaller redhat com>
Date:   Wed Mar 16 10:50:01 2016 +0100

    fixup! applet: add --indicator to switch between indicator and status icon at runtime

 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 4184100..1cb0ab6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -65,7 +65,7 @@ int main (int argc, char *argv[])
 #ifdef WITH_INDICATOR
                        with_indicator = TRUE;
 #else
-                       g_error ("Error: --indicator requested but indicator support not available")
+                       g_error ("Error: --indicator requested but indicator support not available");
 #endif
                }
        }


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