Show
Ignore:
Timestamp:
06/10/06 14:14:55 (2 years ago)
Author:
jordi
Message:

configure script now sets a Makefile condition about printing support. A new empty print dialog has been added.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/PreferencesView.cxx

    r199 r213  
    2727static void preferences_view_browser_command_changed (GtkEntry *, gpointer); 
    2828 
    29 PreferencesView::PreferencesView (GtkWindow *parent) 
     29PreferencesView::PreferencesView (GtkWindow *parent): 
     30    IPreferencesView () 
    3031{ 
    3132    m_PreferencesDialog = gtk_dialog_new_with_buttons (_("Preferences"), 
     
    3334            GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, 
    3435            NULL); 
    35     // Utility dialog should now show itself in the window list. 
     36    // Utility dialog should not show itself in the window list. 
    3637    gtk_window_set_skip_taskbar_hint (GTK_WINDOW (m_PreferencesDialog), TRUE); 
    3738