]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-document-model.c
[l10n]Fixes on Catalan translation
[evince.git] / libview / ev-document-model.c
index b92fa01fab9f3bf0dd195cd9088dc5125ced9ae5..727264a09b5b692c00774b64e776fa094ccaf4fe 100644 (file)
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "config.h"
@@ -33,12 +33,12 @@ struct _EvDocumentModel
 
        gint page;
        gint rotation;
-       gboolean inverted_colors;
        gdouble scale;
        EvSizingMode sizing_mode;
        guint continuous : 1;
        guint dual_page  : 1;
        guint fullscreen : 1;
+       guint inverted_colors : 1;
 
        gdouble max_scale;
        gdouble min_scale;