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

gEDA-cvs: CVS update: i_callbacks.c



  User: cnieves 
  Date: 07/04/21 07:53:36

  Modified:    .        i_callbacks.c
  Log:
  Pop up a message if no comp selected and help->comp documentation is hit.
  
  * src/i_callbacks.c:
  
    Pop up a message if there is no component selected and the user
  
    hits help->component documentation menu.
  
  
  
  
  Revision  Changes    Path
  1.77      +3 -0      eda/geda/gaf/gschem/src/i_callbacks.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: i_callbacks.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/i_callbacks.c,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -b -r1.76 -r1.77
  --- i_callbacks.c	14 Apr 2007 19:47:24 -0000	1.76
  +++ i_callbacks.c	21 Apr 2007 11:53:36 -0000	1.77
  @@ -3049,6 +3049,9 @@
         if (attrib_device) g_free(attrib_device);
         if (attrib_value) g_free(attrib_value);
       }
  +  } else {
  +    generic_msg_dialog(_("This command retrieves the component documentation from the web, but there is no component selected"));
  +
     }
   }
   
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs