Re: additional patch for vertical panels
- From: Havoc Pennington <hp redhat com>
- To: Thomas Vander Stichele <thomas apestaart org>
- Cc: desktop-devel-list gnome org
- Subject: Re: additional patch for vertical panels
- Date: 13 May 2002 17:42:05 -0400
Thomas Vander Stichele <thomas apestaart org> writes:
> + if (tasklist->orientation == GTK_ORIENTATION_HORIZONTAL)
> + wnck_tasklist_set_minimum_width (WNCK_TASKLIST (tasklist->tasklist), sizepref);
> + else
> + wnck_tasklist_set_minimum_height
> (WNCK_TASKLIST (tasklist->tasklist), sizepref);
Don't you need to also _unset_ the one you aren't setting (so that if
I change the applet orientation, it doesn't get stuck with a minimum
width _and_ height).
That was the only possible issue I saw with the patch, libwnck part is
fine to commit at least.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]