rpms/gtk2/devel gtk+-2.11.1-set-invisible-char-to-bullet.patch, NONE, 1.1 gtk2.spec, 1.229, 1.230 gtk+-2.8.10-set-invisible-char-to-bullet.patch, 1.1, NONE

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Jun 4 18:01:10 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/gtk2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29291

Modified Files:
	gtk2.spec 
Added Files:
	gtk+-2.11.1-set-invisible-char-to-bullet.patch 
Removed Files:
	gtk+-2.8.10-set-invisible-char-to-bullet.patch 
Log Message:
update patches


gtk+-2.11.1-set-invisible-char-to-bullet.patch:

--- NEW FILE gtk+-2.11.1-set-invisible-char-to-bullet.patch ---
--- gtk+-2.11.1/gtk/gtkentry.c.set-invisible-char-to-bullet	2007-06-04 11:33:19.000000000 -0400
+++ gtk+-2.11.1/gtk/gtkentry.c	2007-06-04 13:52:40.000000000 -0400
@@ -537,7 +537,7 @@ gtk_entry_class_init (GtkEntryClass *cla
                                    g_param_spec_unichar ("invisible-char",
 							 P_("Invisible character"),
 							 P_("The character to use when masking entry contents (in \"password mode\")"),
-							 '*',
+							 (gunichar) 0x2022,
 							 GTK_PARAM_READWRITE));
 
   g_object_class_install_property (gobject_class,
@@ -1101,7 +1101,7 @@ gtk_entry_init (GtkEntry *entry)
 
   entry->editable = TRUE;
   entry->visible = TRUE;
-  entry->invisible_char = '*';
+  entry->invisible_char = (gunichar) 0x2022;
   entry->dnd_position = -1;
   entry->width_chars = -1;
   entry->is_cell_renderer = FALSE;
@@ -4495,7 +4495,7 @@ gtk_entry_get_visibility (GtkEntry *entr
  * gtk_entry_set_visibility() has been called to set text visibility
  * to %FALSE. i.e. this is the character used in "password mode" to
  * show the user how many characters have been typed. The default
- * invisible char is an asterisk ('*').  If you set the invisible char
+ * invisible char is a small bullet (Unicode character 2022).  If you set the invisible char
  * to 0, then the user will get no feedback at all; there will be
  * no text on the screen as they type.
  **/


Index: gtk2.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk2/devel/gtk2.spec,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- gtk2.spec	4 Jun 2007 17:43:50 -0000	1.229
+++ gtk2.spec	4 Jun 2007 18:00:27 -0000	1.230
@@ -26,7 +26,7 @@
 # Biarch changes
 Patch0: gtk+-2.4.1-lib64.patch
 # Fedora patch
-Patch1: gtk+-2.8.10-set-invisible-char-to-bullet.patch
+Patch1: gtk+-2.11.1-set-invisible-char-to-bullet.patch
 # use fam for recent-files
 #Patch2: gtk+-2.10.3-fam.patch
 Patch3: gtk+-2.10.11-user-dirs.patch


--- gtk+-2.8.10-set-invisible-char-to-bullet.patch DELETED ---




More information about the scm-commits mailing list