[grilo/0.1.x] test-ui: Show version in title



commit c473c4bc7425e53fe4775b39bf581ce2c88a7f95
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Apr 13 16:03:35 2012 +0000

    test-ui: Show version in title
    
    It helps to know which version we are using.
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>

 tools/grilo-test-ui/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index 25c5456..e949bf7 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -65,7 +65,7 @@ GRL_LOG_DOMAIN_STATIC(test_ui_log_domain);
 #define BROWSE_FLAGS (GRL_RESOLVE_FAST_ONLY | GRL_RESOLVE_IDLE_RELAY)
 #define METADATA_FLAGS (GRL_RESOLVE_FULL | GRL_RESOLVE_IDLE_RELAY)
 
-#define WINDOW_TITLE "Grilo Test UI"
+#define WINDOW_TITLE "Grilo Test UI (v." VERSION ")"
 
 #define NOTIFICATION_TIMEOUT 5
 



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