X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon-font-selection-dialog.c;h=6d773217eb437bc085e292e22093c5aaf9fdd69b;hb=db9685e21af93630b100473c49d066de0ad3691f;hp=33910f4a9a5ac26513ef88a705369aaafb978c63;hpb=2cd50329538b9d88797e16e11383264ae84ee340;p=hildon diff --git a/src/hildon-font-selection-dialog.c b/src/hildon-font-selection-dialog.c index 33910f4..6d77321 100644 --- a/src/hildon-font-selection-dialog.c +++ b/src/hildon-font-selection-dialog.c @@ -31,6 +31,8 @@ * size, style, etc. Users can also preview text in the selected font. */ +#undef HILDON_DISABLE_DEPRECATED + #ifdef HAVE_CONFIG_H #include #endif @@ -766,10 +768,6 @@ hildon_font_selection_dialog_init (HildonFontSelectionDialog *font fontseldiag); gtk_widget_show(preview_button); - gtk_dialog_add_button (GTK_DIALOG (fontseldiag), - _("ecdg_bd_font_dialog_cancel"), - GTK_RESPONSE_CANCEL); - /*Set default preview text*/ priv->preview_text = g_strdup (_("ecdg_fi_preview_font_preview_text"));