Risitretto Bugs

Tim Tassonis timtas at cubic.ch
Wed Apr 23 17:19:51 CEST 2008


Jean-François Wauthy wrote:
> On Wed, 2008-04-23 at 11:06 +0200, Tim Tassonis wrote:
>> Hi all
>>
> Hi
> 
>> Not sure if this is the right list, but I would like to report some bug 
>> reports regarding ristretto, which I like very much, but seems to have 
>> serious issues when called with filename or directory arguments.
>>
> The best way to report bugs is to use the Xfce bug tracker available at
> http://bugzilla.xfce.org
> 
> Ristretto can be found as a component of the Xfce Goodies product.
> 
Thanks, I reported the bug under the Number 4035.


Below patch fixes it (also attached), would be great if it could be 
applied soon, as I really like ristretto, but without this patch it is 
unusable as my default document viewer

Index: src/main.c
===================================================================
--- src/main.c	(revision 4662)
+++ src/main.c	(working copy)
@@ -475,7 +475,7 @@
                  }
                  else
                  {
-                    rstto_navigator_open_file (navigator, path_dir, 
TRUE, NULL);
+                    rstto_navigator_open_file (navigator, path_dir, 
FALSE, NULL);
                      gtk_statusbar_remove(bar, context_id, message_id);
                  }
              }



Bye
Tim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-bug-4035.diff
Type: text/x-patch
Size: 498 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080423/12e5348f/attachment.bin>


More information about the Xfce4-dev mailing list