Removed RCS-style IDs.
[ruby-evas.git] / src / rb_evas.c
index ff76dba1f7b3c8bf02b179972f6914d7ba51b0c9..4eb21344ed2380422c45cdc4303af3e905d79b15 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: rb_evas.c 382 2006-05-25 09:20:31Z tilman $
- *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
  * This library is free software; you can redistribute it and/or
@@ -113,7 +111,7 @@ static VALUE c_font_path_prepend (VALUE self, VALUE path)
 {
        GET_OBJ (self, RbEvas, e);
 
-       evas_font_path_append (e->real, StringValuePtr (path));
+       evas_font_path_prepend (e->real, StringValuePtr (path));
 
        return Qnil;
 }