[gnome-internet-radio-locator] Update type from ghar to gchar



commit cf7201f073b82393771b5f359d43454e79ea4a22
Author: Ole Aamot <ole aamotsoftware com>
Date:   Mon Feb 4 19:05:56 2019 +0100

    Update type from ghar to gchar

 meson.build                            | 1 +
 src/gnome-internet-radio-locator-gui.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 91f7365..6c481a7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,6 @@
 project('gnome-internet-radio-locator', 'c',
   version : '1.8.0',
+  meson_version: '>= 0.49.1',
   license : 'GPL')
 add_project_arguments('-DDEBUG=0', language : 'c')
 glib_dep = dependency('glib-2.0')
diff --git a/src/gnome-internet-radio-locator-gui.c b/src/gnome-internet-radio-locator-gui.c
index 2d498e6..1b36768 100644
--- a/src/gnome-internet-radio-locator-gui.c
+++ b/src/gnome-internet-radio-locator-gui.c
@@ -342,7 +342,7 @@ GtkWidget *create_new_station_selector(gchar *location) {
                          (gchar *) gtk_entry_get_text(GTK_ENTRY(descriptionentry)));
        g_object_set_data(G_OBJECT(station_selector), "station_website",
                          (gchar *) gtk_entry_get_text(GTK_ENTRY(websiteentry)));
-       GNOME_INTERNET_RADIO_LOCATOR_DEBUG_MSG("WEBSITEENTRY: %s\n", (ghar *) 
gtk_entry_get_text(GTK_ENTRY(websiteentry)));
+       GNOME_INTERNET_RADIO_LOCATOR_DEBUG_MSG("WEBSITEENTRY: %s\n", (gchar *) 
gtk_entry_get_text(GTK_ENTRY(websiteentry)));
 #if 0 /* FIXME: Add input fields */
        g_object_set_data(G_OBJECT(station_selector), "station_description",
                          (gchar *) station_description);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]