[Xfce4-commits] [apps/xfburn] 01/01: Fix the icon for "burn image" in the main window menu.
noreply at xfce.org
noreply at xfce.org
Wed May 13 21:18:09 CEST 2015
This is an automated email from the git hooks/post-receive script.
squisher pushed a commit to branch master
in repository apps/xfburn.
commit 3d617c51233f604ef932cc61587276fccdec66ff
Author: David Mohr <david at mcbf.net>
Date: Wed May 13 13:15:09 2015 -0600
Fix the icon for "burn image" in the main window menu.
Thanks poma for the report.
Closes: #11904
---
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 a2da67e..14115c6 100644
--- a/xfburn/xfburn-main-window.c
+++ b/xfburn/xfburn-main-window.c
@@ -129,7 +129,7 @@ static const GtkActionEntry action_entries[] = {
{"copy-data", "xfburn-data-copy", N_("Copy Data CD"), NULL, N_("Copy Data CD"),
G_CALLBACK (action_copy_cd),},
/*{"copy-audio", "xfburn-audio-copy", N_("Copy Audio CD"), NULL, N_("Copy Audio CD"),}, */
- {"burn-image", "xfburn-burn-cd", N_("Burn Image"), NULL, N_("Burn Image"),
+ {"burn-image", "stock_xfburn", N_("Burn Image"), NULL, N_("Burn Image"),
G_CALLBACK (action_burn_image),},
/* {"copy-dvd", "xfburn-data-copy", N_("Copy DVD"), NULL, N_("Copy DVD"),
G_CALLBACK (action_copy_dvd),}, */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list