Changeset 224 for trunk/src/Config.cxx

Show
Ignore:
Timestamp:
06/12/06 15:19:50 (2 years ago)
Author:
jordi
Message:

Modified the Zoom to Width and Zoom to Fit toggle button to stay toggled when they are being unchecked by the user (see bug #35.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/Config.cxx

    r200 r224  
    441441Config::setZoomToWidth (gboolean activate) 
    442442{ 
    443     g_key_file_set_boolean (m_Values, "main window", "zoomToFit",  
     443    g_key_file_set_boolean (m_Values, "main window", "zoomToFit", 
    444444            !activate && zoomToFit ()); 
    445445    g_key_file_set_boolean (m_Values, "main window", "zoomToWidth", activate);