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

Diff of /beaver/src/filesops.c

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

revision 1.8 by mikix, Sat Mar 29 15:49:07 2003 UTC revision 1.9 by mikix, Thu Apr 24 00:52:49 2003 UTC
# Line 188  void init_file_properties (const gchar * Line 188  void init_file_properties (const gchar *
188  {  {
189    struct stat Stats;    struct stat Stats;
190        
191      START_FCN
192      
193    FPROPS(CurrentPage, Name) = g_strdup (FileName);    FPROPS(CurrentPage, Name) = g_strdup (FileName);
194    FPROPS(CurrentPage, BaseName) = g_path_get_basename (FileName);    FPROPS(CurrentPage, BaseName) = g_path_get_basename (FileName);
195    FPROPS(CurrentPage, Type) =    FPROPS(CurrentPage, Type) =
# Line 214  void init_file_properties (const gchar * Line 216  void init_file_properties (const gchar *
216    FPROPS (CurrentPage, WidgetInfo.undoredo_toggler) = FALSE;    FPROPS (CurrentPage, WidgetInfo.undoredo_toggler) = FALSE;
217    FPROPS (CurrentPage, WidgetInfo.undoredo_activated) = FALSE;    FPROPS (CurrentPage, WidgetInfo.undoredo_activated) = FALSE;
218    FPROPS (CurrentPage, Format) = UNIX; /* defaults to unix */    FPROPS (CurrentPage, Format) = UNIX; /* defaults to unix */
219      
220      END_FCN
221  }  }
222    
223    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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