rpms/openoffice.org/devel openoffice.org-2.0.1.ooo59129.vcl.readonlyentry.patch, 1.1, 1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 4 16:57:20 UTC 2006


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3230

Modified Files:
	openoffice.org-2.0.1.ooo59129.vcl.readonlyentry.patch 
Log Message:
spinbutton also needs to be editable

openoffice.org-2.0.1.ooo59129.vcl.readonlyentry.patch:
 unx/gtk/gdi/salnativewidgets-gtk.cxx     |    0 
 vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx |   11 +++++++++++
 2 files changed, 11 insertions(+)

Index: openoffice.org-2.0.1.ooo59129.vcl.readonlyentry.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org-2.0.1.ooo59129.vcl.readonlyentry.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openoffice.org-2.0.1.ooo59129.vcl.readonlyentry.patch	9 Dec 2005 13:03:58 -0000	1.1
+++ openoffice.org-2.0.1.ooo59129.vcl.readonlyentry.patch	4 Jan 2006 16:57:16 -0000	1.2
@@ -2,10 +2,22 @@
 ===================================================================
 RCS file: /cvs/gsl/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx,v
 retrieving revision 1.18
-diff -u -p -u -r1.18 salnativewidgets-gtk.cxx
+diff -u -r1.18 salnativewidgets-gtk.cxx
 --- openoffice.org.orig/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx	1 Nov 2005 10:35:31 -0000	1.18
-+++ openoffice.org/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx	9 Dec 2005 13:15:13 -0000
-@@ -3262,6 +3267,12 @@ static void NWEnsureGTKCombo( void )
++++ openoffice.org/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx	4 Jan 2006 17:21:19 -0000
+@@ -3229,6 +3229,11 @@
+ 	{
+ 		GtkAdjustment *adj = GTK_ADJUSTMENT( gtk_adjustment_new(0, 0, 2, 1, 1, 1) );
+ 		gSpinButtonWidget = gtk_spin_button_new( adj, 1, 2 );
++
++		//Setting non-editable means it doesn't blink, so there's no timeouts
++		//running around to nobble us
++		gtk_editable_set_editable(GTK_EDITABLE(gSpinButtonWidget), false);
++
+ 		NWAddWidgetToCacheWindow( gSpinButtonWidget );
+ 	}
+ }
+@@ -3262,6 +3267,12 @@
  	if ( !gComboWidget )
  	{
  		gComboWidget = gtk_combo_new();




More information about the fedora-cvs-commits mailing list