[chronojump] minor changes



commit 036ee2dbd5aa69e78905b310d00dd77d9808cd3d
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Mar 28 14:51:28 2011 +0200

    minor changes

 glade/chronojump.glade |    4 ++--
 src/gui/stats.cs       |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index a4ddf75..ac67164 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -22116,8 +22116,8 @@ on current Chronojump version.</property>
 Data is collected by users contributions and server generates statistics and graphs. 
 Anyone can check server stats and graphs and easily make querys to the server.
 Privacy is respected:
-- Names and comments are not uploaded.
-- Date of birth is hidden</property>
+- Names, comments, photos and videos are not uploaded.
+- Dates of birth is hidden.</property>
                                   </widget>
                                   <packing>
                                     <property name="position">0</property>
diff --git a/src/gui/stats.cs b/src/gui/stats.cs
index 951ee9d..b3a0af3 100644
--- a/src/gui/stats.cs
+++ b/src/gui/stats.cs
@@ -372,7 +372,7 @@ public partial class ChronoJumpWindow {
 		//combo_select_checkboxes.DisableActivate ();
 		combo_select_checkboxes.Changed += new EventHandler (on_combo_select_checkboxes_changed);
 
-		hbox_combo_select_checkboxes.PackStart(combo_select_checkboxes, true, true, 0);
+		hbox_combo_select_checkboxes.PackStart(combo_select_checkboxes, false, false, 0);
 		hbox_combo_select_checkboxes.ShowAll();
 		combo_select_checkboxes.Sensitive = true;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]