Merge from default branch

This commit is contained in:
ffsup2
2010-09-24 22:49:15 +02:00
parent 18d6799cbe
commit dc2350cee8
145 changed files with 23287 additions and 17316 deletions

View File

@@ -23,7 +23,7 @@
#include <mytime.h>
ThumbBrowserBase::ThumbBrowserBase ()
: previewHeight(options.thumbSize), lastClicked(NULL) {
: lastClicked(NULL), previewHeight(options.thumbSize) {
inW = -1; inH = -1;
@@ -259,7 +259,7 @@ void ThumbBrowserBase::styleChanged (const Glib::RefPtr<Gtk::Style>& style) {
refreshThumbImages ();
}
ThumbBrowserBase::Internal::Internal () : parent(NULL), ofsX(0), ofsY(0), dirty(true) {
ThumbBrowserBase::Internal::Internal () : ofsX(0), ofsY(0), parent(NULL), dirty(true) {
}
void ThumbBrowserBase::Internal::setParent (ThumbBrowserBase* p) {