Browse Source

Renaming.

Change-Id: I5987c5a8bd67a39fce1b7863447a5d8bc3beae2b
Reviewed-on: http://gerrit.dmdirc.com/694
Reviewed-by: Gregory Holmes <greg@dmdirc.com>
Automatic-Compile: Gregory Holmes <greg@dmdirc.com>
tags/0.6.3b1
Shane Mc Cormack 14 years ago
parent
commit
3d75793628
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/com/dmdirc/plugins/PluginInfo.java

+ 3
- 3
src/com/dmdirc/plugins/PluginInfo.java View File

@@ -204,7 +204,7 @@ public class PluginInfo implements Comparable<PluginInfo>, ServiceProvider {
204 204
         }
205 205
 
206 206
         updateProvides();
207
-        loadDefaults();
207
+        getDefaults();
208 208
         loadIdentities();
209 209
     }
210 210
 
@@ -264,7 +264,7 @@ public class PluginInfo implements Comparable<PluginInfo>, ServiceProvider {
264 264
     /**
265 265
      * Get the defaults, formatters and icons for this plugin.
266 266
      */
267
-    private void loadDefaults() {
267
+    private void getDefaults() {
268 268
         if (metaData == null) {
269 269
             return;
270 270
         }
@@ -394,7 +394,7 @@ public class PluginInfo implements Comparable<PluginInfo>, ServiceProvider {
394 394
             }
395 395
             updateMetaData();
396 396
             updateProvides();
397
-            loadDefaults();
397
+            getDefaults();
398 398
             loadIdentities();
399 399
         } catch (IOException ioe) {
400 400
         }

Loading…
Cancel
Save