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 f0a0bbca4431190965a53cb253b5e7dc4f5b0633..6b6107c288f5f5ba2ef156f8556a97ea42d0c28d 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