Fix warnings
[ardour.git] / libs / gtkmm2ext / actions.cc
index e2abdae4f94d809ee885480d6d74f16c62cafdd5..840c9dc4a29012285b62468f8907b813e5f9163a 100644 (file)
@@ -41,7 +41,7 @@
 #include "gtkmm2ext/actions.h"
 #include "gtkmm2ext/utils.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace Gtk;
@@ -167,7 +167,7 @@ ActionManager::get_action (const char* group_name, const char* action_name)
           gtkmm2.6, so we fall back to the C level.
        */
 
-       if (ui_manager == 0) {
+       if (! ui_manager) {
                return RefPtr<Action> ();
        }