Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28200/src

Modified Files:
        context_menus.c 
Log Message:
changed #ifdef LOCALDEBUG  to #if LOCALDEBUG


Index: context_menus.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/context_menus.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- context_menus.c     23 Nov 2005 04:16:12 -0000      1.46
+++ context_menus.c     24 Nov 2005 11:33:54 -0000      1.47
@@ -1,4 +1,4 @@
-/* Time-stamp: <2005-11-23 12:56:32 jcs>
+/* Time-stamp: <2005-11-24 20:30:02 jcs>
 |
 |  Copyright (C) 2003 Corey Donohoe <atmos at atmos dot org>
 |  Copyright (C) 2003-2005 Jorg Schuler <jcsjcs at users sourceforge net>
@@ -58,7 +58,7 @@
 } CM_type;
 
 
-#ifdef LOCALDEBUG
+#if LOCALDEBUG
 /**
  * do_special - for debugging: change as needed to obtain information
  * on selected tracks
@@ -435,7 +435,7 @@
                           G_CALLBACK (delete_entries),
                           GINT_TO_POINTER (DELETE_ACTION_PLAYLIST));
        }
-#ifdef LOCALDEBUG
+#if LOCALDEBUG
        /* This is for debugging purposes -- this allows to inspect
         * any track with a custom function */
        if (type == CM_TM)



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to