Diff of /trunk/src/misc.c

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

revision 249 by harbaum, Thu Jul 30 07:57:48 2009 UTC revision 266 by harbaum, Wed Aug 12 09:27:27 2009 UTC
# Line 213  file_chain_t *file_scan(char *pattern) { Line 213  file_chain_t *file_scan(char *pattern) {
213  #ifdef USE_HILDON  #ifdef USE_HILDON
214  static const gint dialog_sizes[][2] = {  static const gint dialog_sizes[][2] = {
215    { 400, 100 },  // SMALL    { 400, 100 },  // SMALL
   { 450, 300 },  // MEDIUM  
216  #if MAEMO_VERSION_MAJOR < 5  #if MAEMO_VERSION_MAJOR < 5
217      { 450, 300 },  // MEDIUM
218    { 800, 480 },  // LARGE    { 800, 480 },  // LARGE
219  #else  #else
220      /* in maemo5 most dialogs are full screen */
221      { 800, 480 },  // MEDIUM
222    { 800, 380 },  // LARGE    { 800, 380 },  // LARGE
223  #endif  #endif
224    { 640, 100 },  // WIDE    { 640, 100 },  // WIDE

Legend:
Removed from v.249  
changed lines
  Added in v.266