don't make strings const when they are not
authorBenjamin Otte <otte@gnome.org>
Fri, 12 Jun 2009 13:57:12 +0000 (15:57 +0200)
committerBenjamin Otte <otte@gnome.org>
Fri, 12 Jun 2009 13:57:12 +0000 (15:57 +0200)
gets rid of compiler warnings

gio/gdesktopappinfo.c

index f0a0bbc..6b6107c 100644 (file)
@@ -843,8 +843,8 @@ uri_list_segment_to_files (GList *start,
 
 typedef struct
 {
-  const char *display;
-  const char *sn_id;
+  char *display;
+  char *sn_id;
 } ChildSetupData;
 
 static void