diff options
Diffstat (limited to 'libempathy-gtk/totem-subtitle-encoding.c')
-rw-r--r-- | libempathy-gtk/totem-subtitle-encoding.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/totem-subtitle-encoding.c b/libempathy-gtk/totem-subtitle-encoding.c index 285c5acf3..f376ea728 100644 --- a/libempathy-gtk/totem-subtitle-encoding.c +++ b/libempathy-gtk/totem-subtitle-encoding.c @@ -147,8 +147,8 @@ typedef struct { int index; gboolean valid; - char *charset; - char *name; + const char *charset; + const char *name; } SubtitleEncoding; @@ -483,7 +483,7 @@ static GtkTreeModel * subtitle_encoding_create_store (void) { gchar *label; - gchar *lastlang = ""; + const gchar *lastlang = ""; GtkTreeIter iter, iter2; GtkTreeStore *store; int i; |