diff options
author | rbuj <[email protected]> | 2019-02-22 12:02:30 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-03-15 20:37:21 +0100 |
commit | 449753407d3ecf43e3401363557437984c138941 (patch) | |
tree | 9fc9697392d10fce6c36a676e94c7ff16b879ec2 /src/skey-popup.c | |
parent | 773ef179210ecc4572ba9df1887ba79ac1eb1876 (diff) | |
download | mate-terminal-449753407d3ecf43e3401363557437984c138941.tar.bz2 mate-terminal-449753407d3ecf43e3401363557437984c138941.tar.xz |
Use gresources for about_DATA, uimanager_DATA & builder_DATA
Diffstat (limited to 'src/skey-popup.c')
-rw-r--r-- | src/skey-popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skey-popup.c b/src/skey-popup.c index efc2f70..7209cf6 100644 --- a/src/skey-popup.c +++ b/src/skey-popup.c @@ -180,7 +180,7 @@ terminal_skey_do_popup (GtkWindow *window, } } - if (!terminal_util_load_builder_file ("skey-challenge.ui", + if (!terminal_util_load_builder_resource (TERMINAL_RESOURCES_PATH_PREFIX G_DIR_SEPARATOR_S "ui/skey-challenge.ui", "skey-dialog", &dialog, "skey-entry", &entry, "text-label", &label, |