[Xfce4-commits] [apps/xfce4-screenshooter] 02/02: Fix save action

noreply at xfce.org noreply at xfce.org
Sun Jan 13 17:30:00 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 f2be4be2d05d7b3050972b8920e7b69eb378e998
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sun Jan 13 12:35:45 2019 -0300

    Fix save action
---
 src/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main.c b/src/main.c
index 5fbb5a7..da301bb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -144,6 +144,7 @@ int main (int argc, char **argv)
 
   ScreenshotData *sd = g_new0 (ScreenshotData, 1);
   sd->plugin = FALSE;
+  sd->path_is_dir = TRUE;
   sd->app_info = NULL;
   sd->action = 0;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list