diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-10 22:51:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-10 22:51:06 +0800 |
commit | 81884fbeaec1df6a8b8c947701c64dc77e9e805f (patch) | |
tree | a489b8f06aff88a7858fcd2c5a225b9627263569 /plugins/templates | |
parent | 45d475c31b2dbda8033021984ba9a429b9eddf51 (diff) | |
download | gsoc2013-evolution-81884fbeaec1df6a8b8c947701c64dc77e9e805f.tar gsoc2013-evolution-81884fbeaec1df6a8b8c947701c64dc77e9e805f.tar.gz gsoc2013-evolution-81884fbeaec1df6a8b8c947701c64dc77e9e805f.tar.bz2 gsoc2013-evolution-81884fbeaec1df6a8b8c947701c64dc77e9e805f.tar.lz gsoc2013-evolution-81884fbeaec1df6a8b8c947701c64dc77e9e805f.tar.xz gsoc2013-evolution-81884fbeaec1df6a8b8c947701c64dc77e9e805f.tar.zst gsoc2013-evolution-81884fbeaec1df6a8b8c947701c64dc77e9e805f.zip |
Remove debug messages.
Diffstat (limited to 'plugins/templates')
-rw-r--r-- | plugins/templates/templates.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index 89496b57eb..3fcb91c2e3 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -570,8 +570,6 @@ build_template_menus_recurse (GtkUIManager *ui_manager, gtk_action_group_add_action (action_group, action); - g_debug ("Adding %s/%s", menu_path, action_name); - gtk_ui_manager_add_ui ( ui_manager, merge_id, menu_path, action_name, action_name, GTK_UI_MANAGER_MENU, FALSE); @@ -626,8 +624,6 @@ build_template_menus_recurse (GtkUIManager *ui_manager, gtk_action_group_add_action (action_group, action); - g_debug ("Adding %s/%s", path, action_name); - gtk_ui_manager_add_ui ( ui_manager, merge_id, path, action_name, action_name, GTK_UI_MANAGER_MENUITEM, FALSE); |