Hi AND low pass filter -- fresh from the oven werks.
[ardour.git] / libs / gtkmm2ext / popup.cc
index 85a9d537c365859aeb185eb2c61b8182b5a8acf0..898211c986489d2e0a10d16b258fb7a99252041e 100644 (file)
@@ -1,6 +1,6 @@
 /*
     Copyright (C) 1998-99 Paul Barton-Davis
+
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
@@ -101,10 +101,10 @@ PopUp::touch ()
                set_size_request_to_display_given_text (label, my_text.c_str(), 25, 10);
                label.set_text (my_text);
                show_all ();
-               
+
                if (popdown_time != 0) {
-                       timeout = g_timeout_add (popdown_time, 
-                                                  remove_prompt_timeout, 
+                       timeout = g_timeout_add (popdown_time,
+                                                  remove_prompt_timeout,
                                                   this);
                }
        }
@@ -137,7 +137,7 @@ PopUp::on_delete_event (GdkEventAny* /*ev*/)
 
        if (popdown_time != 0 && timeout != -1) {
                g_source_remove (timeout);
-       }       
+       }
 
        if (delete_on_hide) {
                std::cerr << "deleting prompter\n" << endl;