wayland: Fix compile warning in DnD/selection code

Introduced in my recent commits
This commit is contained in:
Carlos Garnacho
2015-06-25 18:44:49 +02:00
parent 0606b525b4
commit 350d555893

View File

@ -504,7 +504,7 @@ gdk_wayland_selection_store (GdkWindow *window,
if (mode != GDK_PROP_MODE_REPLACE &&
type != selection->stored_selection.type)
{
gchar *type_str, stored_str;
gchar *type_str, *stored_str;
type_str = gdk_atom_name (type);
stored_str = gdk_atom_name (selection->stored_selection.type);