diff options
Diffstat (limited to 'mate-dictionary/src/gdict-window.h')
-rw-r--r-- | mate-dictionary/src/gdict-window.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mate-dictionary/src/gdict-window.h b/mate-dictionary/src/gdict-window.h index aaea47d0..0fd8e3fc 100644 --- a/mate-dictionary/src/gdict-window.h +++ b/mate-dictionary/src/gdict-window.h @@ -1,4 +1,5 @@ /* Copyright (C) 2005 Emmanuele Bassi + * Copyright (C) 2012-2021 MATE Developers * * This file is part of MATE Utils. * @@ -65,8 +66,8 @@ struct _GdictWindow GtkWidget *status; GtkWidget *progress; - GtkUIManager *ui_manager; - GtkActionGroup *action_group; + GtkBuilder *ui_manager; + GActionGroup *action_group; GtkEntryCompletion *completion; GtkListStore *completion_model; |