public
Description: A SSB OSX application, which at some point will be able to create a new application which wraps a specific web application, (Think Campfire, Twitter etc) and allows the user to use Ruby to create event handlers to be able support things like Growl or whatever you would like.
Clone URL: git://github.com/alloy/webapp-app.git
Search Repo:
Opening the Campfire Preferences is now only done through the bundles 
menu.
Removed the openPreferences action which previously opened the Campfire 
preferences.
alloy (author)
Mon Apr 07 00:52:32 -0700 2008
commit  03a3769cf48a1d864f9ec8681cb6f0f7e7107cf2
tree    19ebcab16973c0aa1abe61beebb14b55ac6d92b1
parent  1ce85c69beafa887337eadd86a2449d8bded95bd
...
88
89
90
91
92
93
94
95
96
97
98
...
88
89
90
 
 
 
 
 
91
92
93
0
@@ -88,11 +88,6 @@ class ApplicationController < Rucola::RCController
0
     @webViewControllers.reject! { |wvc| wvc.tabViewItem == tabViewItem }
0
   end
0
   
0
- def openPreferences
0
- @campfire_preferences_controller ||= CampfirePreferencesController.alloc.init
0
- @campfire_preferences_controller.showWindow(self)
0
- end
0
-
0
   private
0
   
0
   def setup_tabView!
...
17
18
19
20
21
22
23
24
...
17
18
19
 
 
20
21
22
0
@@ -17,8 +17,6 @@
0
       <dict>
0
         <key>addWebViewTab</key>
0
         <string>id</string>
0
-        <key>openPreferences</key>
0
-        <string>id</string>
0
       </dict>
0
       <key>CLASS</key>
0
       <string>ApplicationController</string>
...
10
11
12
13
 
14
15
16
 
17
18
19
...
10
11
12
 
13
14
15
 
16
17
18
19
0
@@ -10,10 +10,10 @@
0
   <integer>5</integer>
0
   <key>IBOpenObjects</key>
0
   <array>
0
-    <integer>233</integer>
0
+    <integer>57</integer>
0
   </array>
0
   <key>IBSystem Version</key>
0
-  <string>9C31</string>
0
+  <string>9C7010</string>
0
   <key>targetFramework</key>
0
   <string>IBCocoaFramework</string>
0
 </dict>

Comments

    No one has commented yet.