/[svn]/gigedit/trunk/src/gigedit/scripteditor.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/scripteditor.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3206 by schoenebeck, Thu May 25 10:50:08 2017 UTC revision 3225 by schoenebeck, Fri May 26 22:10:16 2017 UTC
# Line 1  Line 1 
1  /*  /*
2      Copyright (c) 2014-2016 Christian Schoenebeck      Copyright (c) 2014-2017 Christian Schoenebeck
3            
4      This file is part of "gigedit" and released under the terms of the      This file is part of "gigedit" and released under the terms of the
5      GNU General Public License version 2.      GNU General Public License version 2.
# Line 68  ScriptEditor::ScriptEditor() : Line 68  ScriptEditor::ScriptEditor() :
68      m_vm = NULL;      m_vm = NULL;
69  #endif  #endif
70    
71        if (!Settings::singleton()->autoRestoreWindowDimension) {
72            set_default_size(800, 700);
73            set_position(Gtk::WIN_POS_MOUSE);
74        }
75    
76      // depending on GTK version and installed themes, there may be different      // depending on GTK version and installed themes, there may be different
77      // icons, and different names for them, so for each type of icon we use,      // icons, and different names for them, so for each type of icon we use,
78      // we provide a list of possible icon names, the first one found to be      // we provide a list of possible icon names, the first one found to be

Legend:
Removed from v.3206  
changed lines
  Added in v.3225

  ViewVC Help
Powered by ViewVC