summaryrefslogtreecommitdiff
path: root/tests/testappchooser.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testappchooser.c')
-rw-r--r--tests/testappchooser.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testappchooser.c b/tests/testappchooser.c
index f398694d0e..f5abdde70c 100644
--- a/tests/testappchooser.c
+++ b/tests/testappchooser.c
@@ -34,7 +34,7 @@ dialog_response (GtkDialog *d,
gpointer user_data)
{
GAppInfo *app_info;
- const gchar *name;
+ const char *name;
g_print ("Response: %d\n", response_id);
@@ -79,7 +79,7 @@ static void
prepare_dialog (void)
{
gboolean use_file = FALSE;
- gchar *content_type = NULL;
+ char *content_type = NULL;
if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (radio_file)))
use_file = TRUE;
@@ -183,7 +183,7 @@ int
main (int argc, char **argv)
{
GtkWidget *w1;
- gchar *path;
+ char *path;
gboolean done = FALSE;
gtk_init ();