Changeset 46
- Timestamp:
- 04/12/06 16:21:10 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/MainView.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/MainView.cxx
r45 r46 148 148 createPageView (); 149 149 gtk_box_pack_start (GTK_BOX (m_MainBox), m_PageViewScroll, TRUE, TRUE, 0); 150 151 // The status bar don't do anything, yet. But without the application 152 // look weird. 153 GtkWidget *statusBar = gtk_statusbar_new (); 154 gtk_box_pack_start (GTK_BOX (m_MainBox), statusBar, FALSE, FALSE, 0); 150 155 } 151 156
