← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 411: Namespaces can have static variables, who'd have guessed that?

 

------------------------------------------------------------
revno: 411
committer: Siegfried-Angel Gevatter Pujals <siegfried@xxxxxxxxxxxx>
branch nick: bluebird
timestamp: Thu 2012-03-01 15:50:17 +0100
message:
  Namespaces can have static variables, who'd have guessed that?
modified:
  src/logging.vala


--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'src/logging.vala'
--- src/logging.vala	2012-03-01 14:47:30 +0000
+++ src/logging.vala	2012-03-01 14:50:17 +0000
@@ -20,7 +20,7 @@
 
 namespace Zeitgeist
 {
-    class Logging
+    namespace Logging
     {
 
         private static FileStream? log_file = null;