diff options
Diffstat (limited to 'libslab/nameplate-tile.c')
-rw-r--r-- | libslab/nameplate-tile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libslab/nameplate-tile.c b/libslab/nameplate-tile.c index fa84840b..8e282ab6 100644 --- a/libslab/nameplate-tile.c +++ b/libslab/nameplate-tile.c @@ -242,11 +242,7 @@ nameplate_tile_setup (NameplateTile *this) if (GTK_IS_WIDGET (this->subheader)) gtk_container_add (priv->subheader_ctnr, this->subheader); -#if GTK_CHECK_VERSION(3,20,0) gtk_widget_set_focus_on_click (GTK_WIDGET (this), FALSE); -#else - gtk_button_set_focus_on_click (GTK_BUTTON (this), FALSE); -#endif } static void |