[gnome-terminal] app: Add debug output
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] app: Add debug output
- Date: Thu, 24 Jan 2013 13:37:01 +0000 (UTC)
commit 0e9f2d0369cd2309dff7ba2c9d3ece864fd23d8b
Author: Christian Persch <chpe gnome org>
Date: Thu Jan 24 14:35:55 2013 +0100
app: Add debug output
src/terminal-app.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/terminal-app.c b/src/terminal-app.c
index ee59a11..9bdd1dc 100644
--- a/src/terminal-app.c
+++ b/src/terminal-app.c
@@ -1164,6 +1164,8 @@ terminal_app_startup (GApplication *application)
gtk_application_set_app_menu (GTK_APPLICATION (application),
G_MENU_MODEL (gtk_builder_get_object (builder, "appmenu")));
g_object_unref (builder);
+
+ _terminal_debug_print (TERMINAL_DEBUG_SERVER, "Startup complete\n");
}
/* GObjectClass impl */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]