summaryrefslogtreecommitdiffstats
path: root/x11/libpanelappletmm/files/extra-patch-old_gcc_bugs
blob: 5f1e21414568bef531842af87b1abdb4c67aca96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- examples/simple/main.cc.orig    Mon Dec 22 15:42:58 2003
+++ examples/simple/main.cc Mon Dec 22 15:46:19 2003
@@ -90,7 +90,6 @@
   MyApplet *myapplet = static_cast<MyApplet*>(applet);
   std::ostringstream output;
 
-  output.imbue(std::locale(""));
   output << "Applet size: " << myapplet->get_size();
   
   Gtk::MessageDialog dialog(Glib::locale_to_utf8(output.str()));
@@ -102,7 +101,6 @@
   MyApplet* myapplet = static_cast<MyApplet*>(applet);
 
   std::ostringstream output;
-  output.imbue(std::locale(""));
 
   Gdk::Color back_color;
   Glib::RefPtr<Gdk::Pixmap> back_pixmap;
--- examples/gconf/main.cc.orig Mon Dec 22 15:48:35 2003
+++ examples/gconf/main.cc  Mon Dec 22 15:48:42 2003
@@ -65,7 +65,6 @@
   MyApplet *myapplet = static_cast<MyApplet*>(applet);
   std::ostringstream output;
 
-  output.imbue(std::locale(""));
   output << "Applet gconf key: " << myapplet->gconf_get_full_key("");
   
   Gtk::MessageDialog dialog(Glib::locale_to_utf8(output.str()));