[Xfce4-commits] <garcon:master> Remove g_debug statements.

Jannis Pohlmann noreply at xfce.org
Sun Sep 5 21:44:02 CEST 2010


Updating branch refs/heads/master
         to a5eaf19e977e06320fa23c8e60ab439362dd8bb3 (commit)
       from 0a6bf53a0838266fae5d7df7c71d2cb7f81ce80e (commit)

commit a5eaf19e977e06320fa23c8e60ab439362dd8bb3
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Sep 5 19:15:02 2010 +0200

    Remove g_debug statements.

 garcon/garcon-menu.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/garcon/garcon-menu.c b/garcon/garcon-menu.c
index 6fda392..bc731da 100644
--- a/garcon/garcon-menu.c
+++ b/garcon/garcon-menu.c
@@ -2118,10 +2118,6 @@ garcon_menu_app_dir_changed (GarconMenu       *menu,
   if (event_type == G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT
       || event_type == G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED)
     {
-      g_debug ("app dir/file changed: %s: %s: %d", 
-               garcon_menu_element_get_name (GARCON_MENU_ELEMENT (menu)),
-               g_file_get_path (file), event_type);
-
       /* query the type of the changed file */
       file_type = g_file_query_file_type (file, G_FILE_QUERY_INFO_NONE, NULL);
 
@@ -2175,10 +2171,6 @@ garcon_menu_app_dir_changed (GarconMenu       *menu,
     }
   else if (event_type == G_FILE_MONITOR_EVENT_CREATED)
     {
-      g_debug ("app dir/file created: %s: %s: %d", 
-               garcon_menu_element_get_name (GARCON_MENU_ELEMENT (menu)),
-               g_file_get_path (file), event_type);
-
       /* query the type of the changed file */
       file_type = g_file_query_file_type (file, G_FILE_QUERY_INFO_NONE, NULL);
 
@@ -2206,10 +2198,6 @@ garcon_menu_app_dir_changed (GarconMenu       *menu,
     }
   else if (event_type == G_FILE_MONITOR_EVENT_DELETED)
     {
-      g_debug ("app dir/file deleted: %s: %s: %d", 
-               garcon_menu_element_get_name (GARCON_MENU_ELEMENT (menu)),
-               g_file_get_path (file), event_type);
-
       /* query the type of the changed file */
       file_type = g_file_query_file_type (file, G_FILE_QUERY_INFO_NONE, NULL);
 



More information about the Xfce4-commits mailing list