Changeset 776 in josm


Ignore:
Timestamp:
2008-08-13T17:04:26+02:00 (16 years ago)
Author:
stoecker
Message:

Hopefully fix Ubuntu GTK+ problem (bug #1403). Patch by Johannes Rudolph.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/Main.java

    r655 r776  
    112112         * The toolbar preference control to register new actions.
    113113         */
    114         public static ToolbarPreferences toolbar = new ToolbarPreferences();
     114        public static ToolbarPreferences toolbar;
    115115
    116116
     
    345345                try {
    346346                        UIManager.setLookAndFeel(Main.pref.get("laf"));
     347                        toolbar = new ToolbarPreferences();
    347348                        contentPane.updateUI();
    348349                        panel.updateUI();
Note: See TracChangeset for help on using the changeset viewer.