]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
Small fix from Angus
[lyx.git] / src / frontends / Dialogs.h
index 296e552e10f7d52dd8ee2fe5e0d8ad2ab59a8b2c..2e459d073a204237e9ab4cfa3edb1b6bae793e1e 100644 (file)
@@ -65,11 +65,14 @@ public:
        /// Hide all visible popups
        Signal0<void> hideAll;
        
-       /// Hide any popups that require a buffer for them to operate
+       /// Hide any dialogs that require a buffer for them to operate
        Signal0<void> hideBufferDependent;
        
-       /// Update visible, buffer-dependent popups
-       Signal0<void> updateBufferDependent;
+       /** Update visible, buffer-dependent dialogs
+           If the bool is true then a buffer change has occurred
+           else its still the same buffer.
+        */
+       Signal1<void, bool> updateBufferDependent;
        //@}
 
        /**@name Dialog Access Signals.