Fix a compilation warning: use NULL instead ""
This commit is contained in:
parent
d020cb4aa3
commit
c43a3acac3
@ -3067,7 +3067,7 @@ gtk_selection_default_handler (GtkWidget *widget,
|
|||||||
{
|
{
|
||||||
gtk_selection_data_set (data,
|
gtk_selection_data_set (data,
|
||||||
gdk_atom_intern_static_string ("NULL"),
|
gdk_atom_intern_static_string ("NULL"),
|
||||||
32, "", 0);
|
32, NULL, 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user