X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-maemo-security-options-view.c;h=6a084d0df6a5abaaddcc4a53ebf2165d84acbc93;hb=9d1b442e15c3234388ac93a5b08d5904f3ca54c9;hp=cebf7cc6afe0a4e91e8bd2442552c2b854d7cb97;hpb=51372832576ac3b1423ee599cc5b142aabdebd42;p=modest diff --git a/src/hildon2/modest-maemo-security-options-view.c b/src/hildon2/modest-maemo-security-options-view.c index cebf7cc..6a084d0 100644 --- a/src/hildon2/modest-maemo-security-options-view.c +++ b/src/hildon2/modest-maemo-security-options-view.c @@ -40,6 +40,7 @@ #include "modest-maemo-utils.h" #include #include +#include "modest-hildon-includes.h" #define PORT_MIN 1 #define PORT_MAX 65535 @@ -76,7 +77,7 @@ on_security_changed (GtkWidget *widget, if (MODEST_SECURITY_OPTIONS_VIEW (self)->type == MODEST_SECURITY_OPTIONS_INCOMING) { /* Activate and dim checkbutton if it's secure */ - hildon_check_button_set_active (GTK_BUTTON (ppriv->auth_view), + hildon_check_button_set_active (HILDON_CHECK_BUTTON (ppriv->auth_view), is_secure); gtk_widget_set_sensitive (ppriv->auth_view, !is_secure); } else {