Skip to content
Snippets Groups Projects
Commit 37a344f0 authored by Andre Miranda's avatar Andre Miranda
Browse files

Fix panel plugin: allow it to save files (Bug #15187)

parent 0008b179
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment