Re: parenting (patch)
- From: Vadim Berezniker <vadim berezniker com>
- To: dia-list gnome org
- Subject: Re: parenting (patch)
- Date: Sun, 13 Jul 2003 13:20:45 -0400
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]