Diff of /trunk/src/misc.c

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

revision 14 by harbaum, Mon Dec 15 19:45:38 2008 UTC revision 41 by harbaum, Tue Jan 20 16:50:14 2009 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    "~/." PACKAGE,             // in home directory
132    "/usr/share/" PACKAGE ,   // final installation path    PREFIX "/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
138    NULL    NULL
139  };  };
140    

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