Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9d063d2424df792eb6eca879654b725c > files > 7

xpp-1.5-13.mga3.src.rpm

--- xpp-1.5.old/mainwindow.fl	2011-01-20 15:01:49.000000000 +0300
+++ xpp-1.5.old/mainwindow.fl	2011-01-20 15:02:33.000000000 +0300
@@ -70,7 +70,7 @@ 
   fileList->value(print->filelist);
 }}
           private xywh {440 75 65 25} down_box DOWN_BOX shortcut 0x80062 align 16
-          code0 {\#include <FL/fl_file_chooser.H>}
+          code0 {\#include <FL/Fl_File_Chooser.H>}
           code1 {\#include "xpp.h"}
         }
         Fl_Scroll printerList {
--- xpp-1.5.old/xpp.cxx	2011-01-20 15:01:49.000000000 +0300
+++ xpp-1.5.old/xpp.cxx	2011-01-20 15:04:24.000000000 +0300
@@ -2500,7 +2500,7 @@ 
     // Redraw the destination menu in the main window
 
     printerPack->parent()->redraw();
-    printerPack->draw();
+    ((Fl_Widget*)printerPack)->draw();
   
   }
 
@@ -2674,7 +2674,8 @@ 
   // Redraw the destination menu in the main window
 
   printerPack->parent()->redraw();
-  printerPack->draw();
+  ((Fl_Widget*)printerPack)->draw();
+  //printerPack->draw();
   
   return(dest_index);
 }