diff options
author | rbuj <[email protected]> | 2020-04-14 13:21:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-05 14:38:12 +0200 |
commit | 4a0d9903b8f6b33b73b2e2bc578c9a237c67b4b3 (patch) | |
tree | 53bb6898ebb505c912c6c935a80288e95c2cc6f6 /src/ui/properties.ui | |
parent | c60e1cfb6c4296bcc9c4f05da3484f22e7f15770 (diff) | |
download | engrampa-4a0d9903b8f6b33b73b2e2bc578c9a237c67b4b3.tar.bz2 engrampa-4a0d9903b8f6b33b73b2e2bc578c9a237c67b4b3.tar.xz |
Use callback symbols defined in ui files
Diffstat (limited to 'src/ui/properties.ui')
-rw-r--r-- | src/ui/properties.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/properties.ui b/src/ui/properties.ui index 9b5a94d..7740b3c 100644 --- a/src/ui/properties.ui +++ b/src/ui/properties.ui @@ -7,7 +7,8 @@ <property name="border_width">5</property> <property name="window_position">center-on-parent</property> <property name="type_hint">dialog</property> - <child> + <signal name="destroy" handler="on_prop_dialog_destroy" swapped="no"/> + <child type="titlebar"> <placeholder/> </child> <child internal-child="vbox"> |