[specimen] [specimen-svn] r54 - in trunk: . src/gui
Eric Dantan Rzewnicki
eric at zhevny.com
Thu Sep 6 04:26:00 CDT 2007
Thanks Juuso. :)
One comment, I've been thinking of deprecating the changelog included in
the tree in favor of just noting changes in the svn logs to avoid
any issues of keeping the two in sync. My thought was to leave the
changelog there as is with a note at the top about svn logs and some
basic instructions on how to access them. What do others think about
that?
-Eric
On Thu, Sep 06, 2007 at 02:36:39AM -0500, svn at zhevny.com wrote:
> Author: iuso
> Date: 2007-09-06 02:36:39 -0500 (Thu, 06 Sep 2007)
> New Revision: 54
>
> Modified:
> trunk/ChangeLog
> trunk/src/gui/patchlist.c
> Log:
> Fixed regression introduced in rev 42 which made the patch list unscrollable, forcing the window height to
> grow as new patches were added.
>
> Modified: trunk/ChangeLog
> ===================================================================
> --- trunk/ChangeLog 2007-03-12 22:35:52 UTC (rev 53)
> +++ trunk/ChangeLog 2007-09-06 07:36:39 UTC (rev 54)
> @@ -1,3 +1,8 @@
> +2007-09-06 Juuso Alasuutari <juuso.alasuutari at gmail.com>
> + * src/gui/patchlist.c: Fixed regression introduced in rev 42 which
> + made the patch list unscrollable, forcing the window height to
> + grow as new patches were added.
> +
> 2007-01-30 Eric Dantan Rzewnicki <eric at zhevny.com>
> * added specimen.desktop for gnome/kde users.
> * change to jackdriver.c for jack midi api update.
>
> Modified: trunk/src/gui/patchlist.c
> ===================================================================
> --- trunk/src/gui/patchlist.c 2007-03-12 22:35:52 UTC (rev 53)
> +++ trunk/src/gui/patchlist.c 2007-09-06 07:36:39 UTC (rev 54)
> @@ -115,7 +115,8 @@
> gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(self->patch_tree), FALSE);
> gtk_tree_view_set_vadjustment(GTK_TREE_VIEW(self->patch_tree),
> gtk_range_get_adjustment(GTK_RANGE(self->vscroll)));
> -
> + gtk_widget_set_size_request(self->patch_tree, LIST_WIDTH, 1);
> +
> gtk_box_pack_start(box, self->patch_tree, TRUE, TRUE, 0);
> gtk_box_pack_start(box, self->vscroll, FALSE, FALSE, 0);
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the Specimen
mailing list