Skip to content

Commit

Permalink
enable growl popups on Lion and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
wadealer committed Oct 1, 2012
1 parent ab1ccbc commit dc8cb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/1100-psiplus-new-popups.diff
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@

+bool PsiGrowlNotifier::isAvailable()
+{
+ return GrowlNotifier::isRunning();
+ return true; //GrowlNotifier::isRunning();
+}
+
PsiGrowlNotifier* PsiGrowlNotifier::instance_ = 0;
Expand Down

0 comments on commit dc8cb9e

Please sign in to comment.