[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: Fix panel plugin: allow it to save files (Bug #15187)
noreply at xfce.org
noreply at xfce.org
Tue Mar 26 02:07:41 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e 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/xfce4-screenshooter.
commit 37a344f02ce8d1fb7e2bcaaec75ceeff57af0774
Author: Andre Miranda <andreldm at xfce.org>
Date: Mon Mar 25 22:06:34 2019 -0300
Fix panel plugin: allow it to save files (Bug #15187)
---
panel-plugin/screenshooter-plugin.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel-plugin/screenshooter-plugin.c b/panel-plugin/screenshooter-plugin.c
index af4de2c..74dacda 100644
--- a/panel-plugin/screenshooter-plugin.c
+++ b/panel-plugin/screenshooter-plugin.c
@@ -356,6 +356,7 @@ screenshooter_plugin_construct (XfcePanelPlugin *plugin)
PluginData *pd = g_new0 (PluginData, 1);
ScreenshotData *sd = g_new0 (ScreenshotData, 1);
sd->app_info = NULL;
+ sd->path_is_dir = TRUE;
pd->sd = sd;
pd->plugin = plugin;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list