Author: jannis
Date: 2007-09-25 21:56:21 +0000 (Tue, 25 Sep 2007)
New Revision: 26112

Modified:
   libxfce4menu/trunk/ChangeLog
   libxfce4menu/trunk/libxfce4menu/xfce-menu-layout.c
Log:
        * libxfce4menu/xfce-menu-layout.c: As a follow-up to 
          the last commit, fix the disabled code. There is no
          parameter named 'layout'.


Modified: libxfce4menu/trunk/ChangeLog
===================================================================
--- libxfce4menu/trunk/ChangeLog        2007-09-25 17:40:24 UTC (rev 26111)
+++ libxfce4menu/trunk/ChangeLog        2007-09-25 21:56:21 UTC (rev 26112)
@@ -1,5 +1,11 @@
 2007-09-25     Jannis Pohlmann <[EMAIL PROTECTED]>
 
+       * libxfce4menu/xfce-menu-layout.c: As a follow-up to 
+         the last commit, fix the disabled code. There is no
+         parameter named 'layout'.
+
+2007-09-25     Jannis Pohlmann <[EMAIL PROTECTED]>
+
        * libxfce4menu/xfce-menu-layout.c: Fix bug #3568 which
          was caused by the layout variable not being used in
          _set_property and _get_property. Thanks to Tomasz Mon

Modified: libxfce4menu/trunk/libxfce4menu/xfce-menu-layout.c
===================================================================
--- libxfce4menu/trunk/libxfce4menu/xfce-menu-layout.c  2007-09-25 17:40:24 UTC 
(rev 26111)
+++ libxfce4menu/trunk/libxfce4menu/xfce-menu-layout.c  2007-09-25 21:56:21 UTC 
(rev 26112)
@@ -168,7 +168,7 @@
                                GParamSpec *pspec)
 {
 #if 0
-  XfceMenuLayout *layout = XFCE_MENU_LAYOUT (layout);
+  XfceMenuLayout *layout = XFCE_MENU_LAYOUT (object);
 #endif
 
   switch (prop_id)
@@ -188,7 +188,7 @@
                                GParamSpec   *pspec)
 {
 #if 0
-  XfceMenuLayout *layout = XFCE_MENU_LAYOUT (layout);
+  XfceMenuLayout *layout = XFCE_MENU_LAYOUT (object);
 #endif
 
   switch (prop_id)

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to