summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-window.h
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-03-21 17:30:48 +0800
committerraveit65 <[email protected]>2023-04-16 11:50:01 +0200
commit6e250f4179dfdd1120857e4ac7fc1fb10da91348 (patch)
tree2777203e26332e28788f6bc84f692fc62a4ecfe7 /mate-dictionary/src/gdict-window.h
parentddd95f51469222984a38631d7f88eee6f1ed8220 (diff)
downloadmate-utils-6e250f4179dfdd1120857e4ac7fc1fb10da91348.tar.bz2
mate-utils-6e250f4179dfdd1120857e4ac7fc1fb10da91348.tar.xz
mate-dictionary: Replace deprecated functions fix compilation warnings
Diffstat (limited to 'mate-dictionary/src/gdict-window.h')
-rw-r--r--mate-dictionary/src/gdict-window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-dictionary/src/gdict-window.h b/mate-dictionary/src/gdict-window.h
index 5e27e60c..0fd8e3fc 100644
--- a/mate-dictionary/src/gdict-window.h
+++ b/mate-dictionary/src/gdict-window.h
@@ -66,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;