[gcompris/gcomprixogoo] Now display 4 lines of file instead of 3.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gcompris/gcomprixogoo] Now display 4 lines of file instead of 3.
- Date: Sun, 8 Nov 2009 15:19:42 +0000 (UTC)
commit 739ab5f521c1f19888ebbdd2ac09c17e29ad4f2d
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Sun Nov 8 16:14:27 2009 +0100
Now display 4 lines of file instead of 3.
src/gcompris/file_selector.c | 3 +--
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]