[Xfce4-commits] <parole:master> Make minimum window size smaller to prevent gobject from complaining.

Sean Davis noreply at xfce.org
Wed Jan 16 01:30:01 CET 2013


Updating branch refs/heads/master
         to 97d218dca110dddc4d5539c810bfa95e6978f0e1 (commit)
       from 5602d609d65b1aaf9ae18a4f2f4b34ac35664136 (commit)

commit 97d218dca110dddc4d5539c810bfa95e6978f0e1
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Tue Jan 15 19:29:35 2013 -0500

    Make minimum window size smaller to prevent gobject from complaining.

 src/parole-conf.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/parole-conf.c b/src/parole-conf.c
index 1abb2b4..ba5f2db 100644
--- a/src/parole-conf.c
+++ b/src/parole-conf.c
@@ -754,7 +754,7 @@ parole_conf_class_init (ParoleConfClass *klass)
                                      g_param_spec_int ("window-height",
                                                        "/window/height", 
                                                        NULL,
-                                                       100,
+                                                       1,
                                                        G_MAXINT16,
                                                        420,
                                                        G_PARAM_READWRITE));
@@ -786,7 +786,7 @@ parole_conf_class_init (ParoleConfClass *klass)
                                      g_param_spec_int ("window-width",
                                                        "/window/width", 
                                                        NULL,
-                                                       100,
+                                                       1,
                                                        G_MAXINT16,
                                                        760,
                                                        G_PARAM_READWRITE));


More information about the Xfce4-commits mailing list