]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/GError.h
applying Martin Craig's gnome patch. Upgrading to gtkmm-2.0+ from the 1.3 developmen...
[lyx.git] / src / frontends / gnome / GError.h
index 0602fca936814cfcd88163dc5a988a51f532d66a..4f39558256264254c7e15eef842689c5f03614cc 100644 (file)
@@ -33,7 +33,7 @@ class TextView;
 class GErrorDialog : public GnomeCB<ControlError> {
 public:
        ///
-       GErrorDialog(ControlError & c);
+       GErrorDialog();
        ///
        ~GErrorDialog() {}
        ///
@@ -49,7 +49,7 @@ private:
        bool validate() const { return true; }
 
        ///
-       void CloseClicked() { CancelButton(); }
+       void CloseClicked() { CancelClicked(); }
 
        /// generated by accessors.py
        Gtk::Button * button_close() const;