[svn] GpgEX - r69 - trunk/src

svn author marcus cvs at cvs.gnupg.org
Fri Jul 17 19:28:15 CEST 2009


Author: marcus
Date: 2009-07-17 19:28:14 +0200 (Fri, 17 Jul 2009)
New Revision: 69

Modified:
   trunk/src/ChangeLog
   trunk/src/gpgex.cc
Log:
2009-07-17  Marcus Brinkmann  <marcus at g10code.de>

	* gpgex.cc (start_help): Do not cripple the browser window.




Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2009-03-24 20:10:00 UTC (rev 68)
+++ trunk/src/ChangeLog	2009-07-17 17:28:14 UTC (rev 69)
@@ -1,3 +1,7 @@
+2009-07-17  Marcus Brinkmann  <marcus at g10code.de>
+
+	* gpgex.cc (start_help): Do not cripple the browser window.
+
 2009-03-10  Marcus Brinkmann  <marcus at g10code.de>
 
 	* client.h, client.cc, gpgex.cc: Change encrypt&sign to

Modified: trunk/src/gpgex.cc
===================================================================
--- trunk/src/gpgex.cc	2009-03-24 20:10:00 UTC (rev 68)
+++ trunk/src/gpgex.cc	2009-07-17 17:28:14 UTC (rev 69)
@@ -505,10 +505,10 @@
   /* FIXME: Pick a good configuration.  */
   // Only for IE7?
   // web->put_Resizable (VARIANT_TRUE);
-  web->put_ToolBar (FALSE);
-  web->put_AddressBar (VARIANT_FALSE);
-  web->put_MenuBar (VARIANT_FALSE);
-  web->put_StatusBar (VARIANT_FALSE);
+  // web->put_ToolBar (FALSE);
+  // web->put_AddressBar (VARIANT_FALSE);
+  // web->put_MenuBar (VARIANT_FALSE);
+  // web->put_StatusBar (VARIANT_FALSE);
   // width, height
   web->put_Visible (VARIANT_TRUE);
 




More information about the Gnupg-commits mailing list