From c43a3acac3d56d7fb67c996450d3d1ca9f7668e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 21 Oct 2009 19:41:50 +0200 Subject: [PATCH] Fix a compilation warning: use NULL instead "" --- gtk/gtkselection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index 7195b86a51..f6187b21c8 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -3067,7 +3067,7 @@ gtk_selection_default_handler (GtkWidget *widget, { gtk_selection_data_set (data, gdk_atom_intern_static_string ("NULL"), - 32, "", 0); + 32, NULL, 0); } else {