Author: jannis
Date: 2009-02-23 19:19:57 +0000 (Mon, 23 Feb 2009)
New Revision: 29548

Modified:
   libxfce4menu/trunk/ChangeLog
   libxfce4menu/trunk/libxfce4menu/xfce-menu-directory.c
Log:
        * libxfce4menu/xfce-menu-directory.c: Fix copy/paste mistakes in
          the property installation code.

Modified: libxfce4menu/trunk/ChangeLog
===================================================================
--- libxfce4menu/trunk/ChangeLog        2009-02-23 14:48:17 UTC (rev 29547)
+++ libxfce4menu/trunk/ChangeLog        2009-02-23 19:19:57 UTC (rev 29548)
@@ -1,3 +1,8 @@
+2009-02-23     Jannis Pohlmann <jan...@xfce.org>
+
+       * libxfce4menu/xfce-menu-directory.c: Fix copy/paste mistakes in
+         the property installation code.
+
 2009-02-22     Jannis Pohlmann <jan...@xfce.org>
 
        * NEWS: Update NEWS file.

Modified: libxfce4menu/trunk/libxfce4menu/xfce-menu-directory.c
===================================================================
--- libxfce4menu/trunk/libxfce4menu/xfce-menu-directory.c       2009-02-23 
14:48:17 UTC (rev 29547)
+++ libxfce4menu/trunk/libxfce4menu/xfce-menu-directory.c       2009-02-23 
19:19:57 UTC (rev 29548)
@@ -207,7 +207,7 @@
    * Name of the directory.
    **/
   g_object_class_install_property (gobject_class,
-                                   PROP_FILENAME,
+                                   PROP_NAME,
                                    g_param_spec_string ("name",
                                                         "Name",
                                                         "Directory name",
@@ -220,7 +220,7 @@
    * Directory description (comment).
    **/
   g_object_class_install_property (gobject_class,
-                                   PROP_FILENAME,
+                                   PROP_COMMENT,
                                    g_param_spec_string ("comment",
                                                         "Description",
                                                         "Directory 
description",
@@ -233,7 +233,7 @@
    * Icon associated with this directory.
    **/
   g_object_class_install_property (gobject_class,
-                                   PROP_FILENAME,
+                                   PROP_ICON,
                                    g_param_spec_string ("icon",
                                                         "Icon",
                                                         "Directory icon",

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to