[Xfce4-commits] [apps/xfburn] 27/42: fixed main window UI definition
noreply at xfce.org
noreply at xfce.org
Tue Oct 15 02:22:10 CEST 2019
This is an automated email from the git hooks/post-receive script.
k a t a n a s t e e l p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfburn.
commit ea46f58179134af449b9d286d2789741371dfcd7
Author: Rene Kjellerup <rk.katana.steel at gmail.com>
Date: Fri Dec 14 18:39:01 2018 -0800
fixed main window UI definition
---
xfburn/xfburn-main-window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfburn/xfburn-main-window.c b/xfburn/xfburn-main-window.c
index 8a4b9da..3167c12 100644
--- a/xfburn/xfburn-main-window.c
+++ b/xfburn/xfburn-main-window.c
@@ -270,7 +270,7 @@ xfburn_main_window_init (XfburnMainWindow * mainwin)
g_action_map_add_action_entries (G_ACTION_MAP (priv->action_map), toggle_action_entries, G_N_ELEMENTS(toggle_action_entries), mainwin);
xfce_resource_push_path (XFCE_RESOURCE_DATA, DATADIR);
- file = xfce_resource_lookup (XFCE_RESOURCE_DATA, "xfburn/xfburn.3.ui");
+ file = xfce_resource_lookup (XFCE_RESOURCE_DATA, "xfburn/xfburn.ui");
if (G_LIKELY (file != NULL)) {
GError *error = NULL;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list