Show
Ignore:
Timestamp:
04/12/06 14:01:14 (3 years ago)
Author:
jordi
Message:

Now when the "Go To Page" is unsensitived, ALL the tool item is sensitived otherwise the label would focus the attention.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/MainView.h

    r43 r44  
    5656        protected: 
    5757            GtkWidget *m_CurrentPage; 
     58            GtkToolItem *m_CurrentPageToolItem; 
    5859            GtkWidget *m_MainWindow;  
    5960            GtkWidget *m_MainBox; 
     
    6364            GtkUIManager *m_UIManager; 
    6465 
    65             GtkToolItem *createCurrentPage (void); 
     66            void createCurrentPage (void); 
    6667            void createPageView (void); 
    6768            void createUIManager (void);