Diff of /trunk/src/misc.c

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

revision 13 by achadwick, Wed Dec 10 00:00:05 2008 UTC revision 14 by harbaum, Mon Dec 15 19:45:38 2008 UTC
# Line 128  void errorf(GtkWidget *parent, const cha Line 128  void errorf(GtkWidget *parent, const cha
128  }  }
129    
130  static const char *data_paths[] = {  static const char *data_paths[] = {
131      "~/." PACKAGE,            // in home directory
132    "/usr/share/" PACKAGE ,   // final installation path    "/usr/share/" PACKAGE ,   // final installation path
133  #ifdef USE_HILDON  #ifdef USE_HILDON
134    "/media/mmc1/" PACKAGE,   // path to external memory card    "/media/mmc1/" PACKAGE,   // path to external memory card
135    "/media/mmc2/" PACKAGE,   // path to internal memory card    "/media/mmc2/" PACKAGE,   // path to internal memory card
136  #endif  #endif
137    "./data", "../data",      // local paths for testing    "./data", "../data",      // local paths for testing
   "~/." PACKAGE,            // in home directory  
138    NULL    NULL
139  };  };
140    

Legend:
Removed from v.13  
changed lines
  Added in v.14