[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_1-44-g6eac2b1

Pierre Biava nobody at users.sourceforge.net
Sun May 8 22:53:23 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  6eac2b12d2185a25ce4a0f625eeaa9d39bb805c2 (commit)
      from  83de866ea265c8e2048aef73e2f4a1517fbca8a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6eac2b12d2185a25ce4a0f625eeaa9d39bb805c2
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun May 8 22:52:47 2011 +0200

    Corrects a problem size of the dialog box "management of subdivisions"

-----------------------------------------------------------------------

Changes:
diff --git a/src/metatree.c b/src/metatree.c
index 9649d2c..fa557d7 100644
--- a/src/metatree.c
+++ b/src/metatree.c
@@ -2752,7 +2752,7 @@ gboolean metatree_find_destination_blob ( MetatreeInterface *iface,
                         GTK_BUTTONS_OK_CANCEL,
                         make_hint ( tmp_str_1 , tmp_str_2 ) );
 
-    gtk_widget_set_size_request ( dialog, 450, -1 );
+    gtk_widget_set_size_request ( dialog, -1, -1 );
 
     g_free ( tmp_str_1 );
     g_free ( tmp_str_2 );


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list