[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: parenting (patch)



Krzysztof Foltman wrote:
> Vadim Berezniker wrote:
> 
> Now compilation breaks on menus.c:210, with objects_group_parent missing.
> 
> grep says it can't find it either.
> 
> Krzysztof
> 
>

*Sigh* I don't know what happened. I made sure my copy worked fine 
before I created that patch.
I'm attaching the fix.

I wouldn't be surprised if other things are broken too ...
I'll try to check out a fresh copy from CVS and see if anything else is 
broken. Again, I don't know went wrong.


--- menus.c.orig	2003-07-13 13:17:15.000000000 -0400
+++ menus.c	2003-07-13 13:17:36.000000000 -0400
@@ -207,8 +207,8 @@
   GNOMEUIINFO_ITEM_NONE(N_("_Group"), NULL, objects_group_callback),
   GNOMEUIINFO_ITEM_NONE(N_("_Ungroup"), NULL, objects_ungroup_callback),
   GNOMEUIINFO_SEPARATOR,
-  GNOMEUIINFO_ITEM_NONE(N_("_Parent"), NULL, objects_group_parent),
-  GNOMEUIINFO_ITEM_NONE(N_("_Unparent Children"), NULL, objects_ungroup_unparent),
+  GNOMEUIINFO_ITEM_NONE(N_("_Parent"), NULL, objects_parent_callback),
+  GNOMEUIINFO_ITEM_NONE(N_("_Unparent Children"), NULL, objects_unparent_callback),
   GNOMEUIINFO_SEPARATOR,
   GNOMEUIINFO_SUBTREE(N_("Align _Horizontal"), objects_align_h),
   GNOMEUIINFO_SUBTREE(N_("Align _Vertical"), objects_align_v),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] Mail converted by Mofo Magic and the Flying D

 
All trademarks and copyrights are the property of their respective owners.

Other Directory Sites: SeekWonder | Directory Owners Forum

GuideSMACK