changeset 267:89e1003e5e84 trunk

[svn] gtk_file_selection_get_filename wanted a const char, but was afraid to ask.
author chainsaw
date Sun, 19 Nov 2006 07:36:02 -0800
parents 1613a51ca349
children a1be19f8de1f
files ChangeLog src/paranormal/cfg.c
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 18 21:02:55 2006 -0800
+++ b/ChangeLog	Sun Nov 19 07:36:02 2006 -0800
@@ -1,3 +1,11 @@
+2006-11-19 05:02:55 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [560]
+  - make sure the alphachannel is always full
+  
+  trunk/src/paranormal/paranormal.c |    1 +
+  1 file changed, 1 insertion(+)
+
+
 2006-11-19 03:19:36 +0000  William Pitcock <nenolod@nenolod.net>
   revision [554]
   - use VFS here
--- a/src/paranormal/cfg.c	Sat Nov 18 21:02:55 2006 -0800
+++ b/src/paranormal/cfg.c	Sun Nov 19 07:36:02 2006 -0800
@@ -351,7 +351,7 @@
 {
   if (selector)
     {
-      char *fname;
+      const char *fname;
       struct pn_actuator *a;
       GtkCTreeNode *root;
 
@@ -398,7 +398,7 @@
 {
   if (selector)
     {
-      char *fname;
+      const char *fname;
       struct pn_actuator *a;
 
       fname = gtk_file_selection_get_filename (selector);