]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix misplaced separator in GTK3 dialog boxes.
authorSimon Tatham <anakin@pobox.com>
Fri, 25 Sep 2015 09:05:57 +0000 (10:05 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 25 Sep 2015 09:05:57 +0000 (10:05 +0100)
commit24967601bb59ffd608a46f7667ccff9326f6faf9
tree58c39b78035395d31ab30fd146b1709f49fa1136
parent06cf210552ec4429d6d6ef7d0c2b799cdc287298
Fix misplaced separator in GTK3 dialog boxes.

When I abandoned GtkDialog for GtkWindow (in dc11417ae), I manually
added a horizontal GtkSeparator between the content and action areas.
Or rather, I tried to - but I forgot that gtk_box_pack_end works in
the opposite order, so that you have to add the bottom-most element
first and then the one you want to appear above it. So my separator
was below the action area, rather than between it and the content
area.
unix/gtkmisc.c