~jonathank89/burg/burg-percise

« back to all changes in this revision

Viewing changes to menu/ext/main.c

  • Committer: Bean
  • Date: 2010-06-23 15:25:02 UTC
  • Revision ID: bean123ch@gmail.com-20100623152502-9h370uiaoryb2r3v
New command time, misc fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
    return grub_errno;
144
144
 
145
145
  name = args[0];
146
 
  if (name[0] == '#')
 
146
  if (name[0] == ':')
147
147
    {
148
148
      name = grub_uitree_get_prop (grub_widget_current_node, name + 1);
149
149
      if (! name)