From 813a2c0b88456886341a8c08d326463daf8210f5 Mon Sep 17 00:00:00 2001 From: caro Date: Mon, 14 Jun 2010 20:44:44 +0000 Subject: [PATCH] wrong symbol git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@49674 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_x/xcb/ecore_xcb_selection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_x/xcb/ecore_xcb_selection.c b/src/lib/ecore_x/xcb/ecore_xcb_selection.c index 29795db..b8f290f 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_selection.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_selection.c @@ -23,7 +23,7 @@ static int _ecore_x_selection_data_targets_free(void *data); #define ECORE_X_SELECTION_DATA(x) ((Ecore_X_Selection_Data *)(x)) void -_ecore_x_selection_data_init(void) +_ecore_x_selection_init(void) { /* Initialize global data */ memset(selections, 0, sizeof(selections)); -- 2.7.4