Revision bb49814849cc8de82115a48454e8eff614068b51
sadrul at pidgin.im
sadrul at pidgin.im
Sun Apr 1 04:06:11 EDT 2007
o -----------------------------------------------------------------
| Revision: bb49814849cc8de82115a48454e8eff614068b51
| Ancestor: 66e4aea59df588aa3f5108e82fbc80140c55301d
| Author: sadrul at pidgin.im
| Date: 2007-04-01T08:05:59
| Branch: im.pidgin.pidgin
|
| Modified files:
| finch/libgnt/gntwm.c
|
| ChangeLog:
|
| More fixes for resizing when shadow is turned on.
|
| ============================================================
| --- finch/libgnt/gntwm.c 4c3d754a802541ea4706ac907ed7780b8194b5ca
| +++ finch/libgnt/gntwm.c 14907e0fa1aebc73c1db34c9dcb63cb76bd722a9
| @@ -1359,7 +1359,7 @@ void gnt_wm_resize_window(GntWM *wm, Gnt
| maxy = getmaxy(stdscr) - 1 - shadow;
| height = MIN(height, maxy);
| width = MIN(width, maxx);
| - wresize(node->window, height + shadow, width + shadow);
| + wresize(node->window, height, width);
| replace_panel(node->panel, node->window);
|
| g_signal_emit(wm, signals[SIG_RESIZED], 0, node);
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from bb49814849cc8de82115a48454e8eff614068b51
More information about the Commits
mailing list