devilhorns pushed a commit to branch master.

commit 585ad864806a6638ddd37b346e1e1ce325615c67
Author: Chris Michael <[email protected]>
Date:   Mon Aug 5 07:44:50 2013 +0100

    Patch from Phoenix Kayo <[email protected]> to fix
    ecore_x_selection_parser functions for mozurl.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 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 338e845..85bcac7 100644
--- a/src/lib/ecore_x/xcb/ecore_xcb_selection.c
+++ b/src/lib/ecore_x/xcb/ecore_xcb_selection.c
@@ -66,7 +66,7 @@ _ecore_xcb_selection_init(void)
    ecore_x_selection_parser_add("text/uri-list",
                                 _ecore_xcb_selection_parser_files);
    ecore_x_selection_parser_add("text/x-moz-url",
-                                _ecore_x_selection_parser_xmozurl);
+                                _ecore_xcb_selection_parser_xmozurl);
    ecore_x_selection_parser_add("_NETSCAPE_URL",
                                 _ecore_xcb_selection_parser_files);
    ecore_x_selection_parser_add(ECORE_X_SELECTION_TARGET_TARGETS,

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to