Revision ab56468faf8e4a226a9512f53bbb4c79b5983238
sadrul at pidgin.im
sadrul at pidgin.im
Thu Mar 29 16:30:59 EDT 2007
o -----------------------------------------------------------------
| Revision: ab56468faf8e4a226a9512f53bbb4c79b5983238
| Ancestor: 834f9051af790602e109a50a3f22da203f4302ab
| Author: sadrul at pidgin.im
| Date: 2007-03-29T20:30:00
| Branch: im.pidgin.pidgin
|
| Modified files:
| finch/libgnt/gnttree.c
|
| ChangeLog:
|
| check-items are wider.
|
| ============================================================
| --- finch/libgnt/gnttree.c 9ee650f4d7d9fa5bc7ddb721b5462c847f6f0cfe
| +++ finch/libgnt/gnttree.c b597bc06f70382e7fbf4c2096c20a22a27ed6f81
| @@ -1473,6 +1473,8 @@ void gnt_tree_adjust_columns(GntTree *tr
| for (i = 0, iter = row->columns; iter; iter = iter->next, i++) {
| GntTreeCol *col = iter->data;
| int w = gnt_util_onscreen_width(col->text, NULL);
| + if (i == 0 && row->choice)
| + w += 4;
| if (widths[i] < w)
| widths[i] = w;
| }
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from ab56468faf8e4a226a9512f53bbb4c79b5983238
More information about the Commits
mailing list