Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/scripts/kconfig/gconf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 741  void on_introduction1_activate(GtkMenuIt Line 741  void on_introduction1_activate(GtkMenuIt
741  {  {
742   GtkWidget *dialog;   GtkWidget *dialog;
743   const gchar *intro_text = _(   const gchar *intro_text = _(
744      "Welcome to gkc, the GTK+ graphical busybox configuration tool\n"      "Welcome to gkc, the GTK+ graphical configuration tool.\n"
     "for Linux.\n"  
745      "For each option, a blank box indicates the feature is disabled, a\n"      "For each option, a blank box indicates the feature is disabled, a\n"
746      "check indicates it is enabled, and a dot indicates that it is to\n"      "check indicates it is enabled, and a dot indicates that it is to\n"
747      "be compiled as a module.  Clicking on the box will cycle through the three states.\n"      "be compiled as a module.  Clicking on the box will cycle through the three states.\n"
# Line 1516  static void display_tree(struct menu *me Line 1515  static void display_tree(struct menu *me
1515      && (tree == tree2))      && (tree == tree2))
1516   continue;   continue;
1517  /*  /*
1518                  if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT))   if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT))
1519      || (view_mode == FULL_VIEW)      || (view_mode == FULL_VIEW)
1520      || (view_mode == SPLIT_VIEW))*/      || (view_mode == SPLIT_VIEW))*/
1521   if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT))   if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT))

Legend:
Removed from v.532  
changed lines
  Added in v.816