Re: Code freeze break for Evolution



On Tue, Mar 18, 2014 at 6:38 PM, Matthew Barnes <mbarnes redhat com> wrote:
On Tue, 2014-03-18 at 23:31 +0100, Andre Klapper wrote:
Patch to review welcome, once it's ready and tested.

This is the patch.


commit 03459568d9f7a48e0f78ca56211d0dadbfd82b64
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Mar 18 09:30:46 2014 -0400

    Forbid header bars in stock GTK+ dialogs.

    Even in GNOME Shell, header bars look very out of place in Evolution.
    Override the system-wide setting to suppress them.



In turn, this will make evolution look more ou=t of place in GNOME.
Makes me sad, but if you feel the need to do this, you can just use
g_object_set. Thats the common way to do application overrides for
settings:

g_object_set (gtk_widget_get_settings (window),
"gtk-dialog-use-header", FALSE, NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]