From: <mik...@us...> - 2002-09-10 02:05:02
|
Update of /cvsroot/dashpc/dashpc/modules/image_viewer In directory usw-pr-cvs1:/tmp/cvs-serv12249 Modified Files: image_viewer.c Log Message: - Fixed stupid error in a debug message. Index: image_viewer.c =================================================================== RCS file: /cvsroot/dashpc/dashpc/modules/image_viewer/image_viewer.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** image_viewer.c 26 Apr 2002 10:17:29 -0000 1.1 --- image_viewer.c 10 Sep 2002 02:04:54 -0000 1.2 *************** *** 11,14 **** --- 11,17 ---- # ========================================================================= # $Log$ + # Revision 1.2 2002/09/10 02:04:54 mike_javorski + # - Fixed stupid error in a debug message. + # # Revision 1.1 2002/04/26 10:17:29 mike_javorski # - Added splash screen to dashpc *************** *** 18,22 **** # - Updated dashpc.conf to show new commands # - Additional Configuration vars (CONFIG_DIR, PLUGINS_DIR, etc.) ! # # # --- 21,25 ---- # - Updated dashpc.conf to show new commands # - Additional Configuration vars (CONFIG_DIR, PLUGINS_DIR, etc.) ! # # # *************** *** 153,157 **** if (image == NULL) { ! DEBUG_PRINT("image Image not found in PIXMAPS_DIR, trying current dir"); image = gdk_pixbuf_new_from_file(filename); } --- 156,160 ---- if (image == NULL) { ! DEBUG_PRINT("Image not found in PIXMAPS_DIR, trying current dir"); image = gdk_pixbuf_new_from_file(filename); } |