The control of the states of the buttons was added to the FTDialog class.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@412 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/FTDialog.h b/vncviewer/FTDialog.h
index 961b1a8..88ff9e9 100644
--- a/vncviewer/FTDialog.h
+++ b/vncviewer/FTDialog.h
@@ -69,12 +69,18 @@
       void onLocalReload();
       void onRemoteReload();
 
+      void onUpload();
+      void onDownload();
+
       void setIcon(int dest, int idIcon);
       bool initFTDialog();
       
       void onLocalOneUpFolder();
       void onRemoteOneUpFolder();
       int makeOneUpFolder(char *pPath);
+
+      void refreshState();
+      void setButtonsState(int uploadBtnState, int downloadBtnState, int cancelBtnState);
       
       bool m_bDlgShown;