2012-09-13 [colin] 3.8.1cvs57
authorColin Leroy <colin@colino.net>
Thu, 13 Sep 2012 18:49:42 +0000 (18:49 +0000)
committerColin Leroy <colin@colino.net>
Thu, 13 Sep 2012 18:49:42 +0000 (18:49 +0000)
* src/stock_pixmap.c
Fix missing \n in debug line

ChangeLog
PATCHSETS
configure.ac
src/stock_pixmap.c

index 8fbab375a8e558348b3ac58c6f2b03309a867dcb..1408c9a44d4c1bb9ead401f921739805bcc4cfcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-13 [colin]     3.8.1cvs57
+
+       * src/stock_pixmap.c
+               Fix missing \n in debug line
+
 2012-09-13 [colin]     3.8.1cvs56
 
        * src/main.c
index fe2acb4f7be0c1a9bdea5d9ebec7c911f406289f..f27418034ed9b34b8972d5e12e68d67e8d77008c 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.1.2.46 -r 1.1.2.47 src/prefs_other.c;  ) > 3.8.1cvs54.patchset
 ( cvs diff -u -r 1.179.2.260 -r 1.179.2.261 src/imap.c;  ) > 3.8.1cvs55.patchset
 ( cvs diff -u -r 1.115.2.256 -r 1.115.2.257 src/main.c;  ) > 3.8.1cvs56.patchset
+( cvs diff -u -r 1.25.2.75 -r 1.25.2.76 src/stock_pixmap.c;  ) > 3.8.1cvs57.patchset
index 31581288c359d26db7b27d72be959d3926ac9d39..1322384f51d78d6be72b1059b71189ea7b4a6acc 100644 (file)
@@ -12,7 +12,7 @@ MINOR_VERSION=8
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=56
+EXTRA_VERSION=57
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 1ce0d7eab00ee6d8e2184b159d87542cdc1f070d..46ea5fed087860e78261d84553611a79df90029d 100644 (file)
@@ -494,7 +494,7 @@ static void stock_pixmap_find_themes_in_dir(GList **list, const gchar *dirname)
        static const char *extension[]={".png", ".xpm", NULL};
        
        if ((dp = opendir(dirname)) == NULL) {
-               debug_print("dir %s not found, skipping theme scan", dirname?dirname:"(null)");
+               debug_print("dir %s not found, skipping theme scan\n", dirname?dirname:"(null)");
                return;
        }