2008-10-09 [colin] 3.6.0cvs20
[claws.git] / src / prefs_image_viewer.c
index 98deed8910a0575b3002fe3563a3e31501ec5adb..4f1a31d09b600db0cd01e59a082d3418fbcf8c5c 100644 (file)
@@ -87,7 +87,7 @@ static void imageviewer_create_widget_func(PrefsPage * _page,
                         (GtkAttachOptions) (0), 0, 0);
        
        print_imgs = gtk_check_button_new_with_label(_("Print images"));
-#if GTK_CHECK_VERSION(2,10,0)
+#if !defined(USE_GNOMEPRINT) && GTK_CHECK_VERSION(2,10,0)
        gtk_widget_show(print_imgs);
 #endif
        gtk_table_attach(GTK_TABLE(table), print_imgs, 0, 1, 3, 4,