Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-11-08 15:14:27 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-11-08 15:14:27 (GMT)
commit739ab5f521c1f19888ebbdd2ac09c17e29ad4f2d (patch)
treea3b5c80aba37fdbe65cfb77dc8cd21e236f83cce
parentfadb6d49c6e9998728805177c1c9b0bcb4a24c0c (diff)
Now display 4 lines of file instead of 3.
-rw-r--r--src/gcompris/file_selector.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gcompris/file_selector.c b/src/gcompris/file_selector.c
index 7b15344..ce7f937 100644
--- a/src/gcompris/file_selector.c
+++ b/src/gcompris/file_selector.c
@@ -81,7 +81,7 @@ static guint32 directory_label_y;
#define DRAWING_AREA_Y2 490.0
#define HORIZONTAL_NUMBER_OF_IMAGE 5
-#define VERTICAL_NUMBER_OF_IMAGE 3
+#define VERTICAL_NUMBER_OF_IMAGE 4
#define IMAGE_GAP 18
#define IMAGE_WIDTH (DRAWING_AREA_X2-DRAWING_AREA_X1)/HORIZONTAL_NUMBER_OF_IMAGE-IMAGE_GAP
@@ -611,7 +611,6 @@ item_event_file_selector (GooCanvasItem *item,
current_rootdir,
gtk_entry_get_text(GTK_ENTRY(widget_entry)),
(file_type ? file_type : "") );
- printf("result=%s\n", result);
/* Callback with the proper params */
fileSelectorCallBack(result, file_type, current_user_context);