/[beaver]/beaver/src/interface.c
ViewVC logotype

Diff of /beaver/src/interface.c

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

revision 1.26 by skypher, Thu Jun 5 12:56:37 2003 UTC revision 1.27 by skypher, Sat Jun 14 17:41:34 2003 UTC
# Line 813  void add_page_in_notebook (GtkNotebook * Line 813  void add_page_in_notebook (GtkNotebook *
813      {      {
814        gchar *Untitled;        gchar *Untitled;
815                
816        Untitled = g_strdup_printf (UNTITLED " %d", ++NewFilesCnt);        Untitled = g_strdup_printf ("%s#%d", UNTITLED, ++NewFilesCnt);
817        init_file_properties (Untitled, OpenedFilesCnt);        init_file_properties (Untitled, OpenedFilesCnt);
818        g_free (Untitled);        g_free (Untitled);
819      }      }

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26