Diff of /trunk/src/misc.c

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

revision 167 by harbaum, Mon Apr 27 11:29:55 2009 UTC revision 172 by harbaum, Tue Apr 28 14:37:34 2009 UTC
# Line 215  file_chain_t *file_scan(char *pattern) { Line 215  file_chain_t *file_scan(char *pattern) {
215  static const gint dialog_sizes[][2] = {  static const gint dialog_sizes[][2] = {
216    { 400, 100 },  // SMALL    { 400, 100 },  // SMALL
217    { 450, 300 },  // MEDIUM    { 450, 300 },  // MEDIUM
218    #if MAEMO_VERSION_MAJOR < 5
219    { 800, 480 },  // LARGE    { 800, 480 },  // LARGE
220    #else
221      { 800, 380 },  // LARGE
222    #endif
223    { 640, 100 },  // WIDE    { 640, 100 },  // WIDE
224    {   0,   0 },  // HIGH    {   0,   0 },  // HIGH
225  };  };

Legend:
Removed from v.167  
changed lines
  Added in v.172