gthumb r2467 - in trunk: . libgthumb



Author: mjc
Date: Tue Dec 23 20:21:28 2008
New Revision: 2467
URL: http://svn.gnome.org/viewvc/gthumb?rev=2467&view=rev

Log:
2008-12-23  Michael J. Chudobiak  <mjc svn gnome org>

        * libgthumb/bookmarks.c:
        * libgthumb/catalog.c:
        Deleted some unused #defines.



Modified:
   trunk/ChangeLog
   trunk/libgthumb/bookmarks.c
   trunk/libgthumb/catalog.c

Modified: trunk/libgthumb/bookmarks.c
==============================================================================
--- trunk/libgthumb/bookmarks.c	(original)
+++ trunk/libgthumb/bookmarks.c	Tue Dec 23 20:21:28 2008
@@ -35,8 +35,6 @@
 #include "preferences.h"
 
 #define MAX_LINES 100
-#define FILE_PERMISSIONS 0600
-
 
 Bookmarks *
 bookmarks_new (char *rc_filename)

Modified: trunk/libgthumb/catalog.c
==============================================================================
--- trunk/libgthumb/catalog.c	(original)
+++ trunk/libgthumb/catalog.c	Tue Dec 23 20:21:28 2008
@@ -39,7 +39,6 @@
 
 #define SORT_FIELD "# sort: "
 #define MAX_LINE_LENGTH 4096
-#define FILE_PERMISSIONS 0600
 
 static char *sort_names[] = { "none", "name", "path", "size", "time", "exif-date", "comment", "manual" };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]