! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
"PreloadImgs" option is not set properly in ristrettorc
Status:
RESOLVED: FIXED
Product:
Ristretto
Component:
Application

Comments

Description tbouliere-dev 2009-01-21 14:41:34 CET
Created attachment 2105 
RsstoNavigator g_object_ref patch

Overview:

     PreloadImgs options is set to false in most of the case.


Steps to Reproduce:

     1) Open ristretto
     2) Do not open edit/preference menu
     3) close ristretto

     PreloadImgs options is always set to false.

Solution :

    In main version, when retrieving RsttoNavigator, the g_object_ref function is not applied to the returned object.

    It may be freed at the end of gtk_main().

Comment :
   
    If the navigator object is accessible when the edit/preference menu has been opened, it means that a g_object_unref function has not been called where it should have been.
Comment 1 Stephan Arts editbugs 2009-08-13 15:00:02 CEST
Thanks,

Fixed in git (29f9e41)

Bug #4842

Reported by:
tbouliere-dev
Reported on: 2009-01-21
Last modified on: 2009-08-13

People

Assignee:
Stephan Arts
CC List:
0 users

Version

Version:
unspecified

Attachments

RsstoNavigator g_object_ref patch (893 bytes, patch)
2009-01-21 14:41 CET , tbouliere-dev
no flags

Additional information