rpms/polyxmass-bin/F-8 polyxmass-bin-gtk-tooltip.patch,1.1,1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Oct 26 18:12:15 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/polyxmass-bin/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24950

Modified Files:
	polyxmass-bin-gtk-tooltip.patch 
Log Message:
- fix patch


polyxmass-bin-gtk-tooltip.patch:

Index: polyxmass-bin-gtk-tooltip.patch
===================================================================
RCS file: /cvs/pkgs/rpms/polyxmass-bin/F-8/polyxmass-bin-gtk-tooltip.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- polyxmass-bin-gtk-tooltip.patch	26 Oct 2007 09:37:52 -0000	1.1
+++ polyxmass-bin-gtk-tooltip.patch	26 Oct 2007 18:12:10 -0000	1.2
@@ -1,5 +1,5 @@
---- polyxmass/polyxcalc-ui-chempad.c.orig	2007-10-26 11:31:32.000000000 +0200
-+++ polyxmass/polyxcalc-ui-chempad.c	2007-10-26 11:32:14.000000000 +0200
+--- polyxmass/polyxcalc-ui-chempad.c.orig	2006-06-17 19:29:27.000000000 +0200
++++ polyxmass/polyxcalc-ui-chempad.c	2007-10-26 18:41:07.000000000 +0200
 @@ -574,9 +574,9 @@
     */
    g_object_set_data (G_OBJECT (calcctxt->chempad_wnd), "table", table);
@@ -21,8 +21,18 @@
    /* Now we know how many iterations we'll have to deal with.
     */
    for (iter = 0 ; iter < count ; iter++)
---- polyxmass/polyxmass-ui-seqed-widget-context-menu.c.orig	2007-10-26 11:29:32.000000000 +0200
-+++ polyxmass/polyxmass-ui-seqed-widget-context-menu.c	2007-10-26 11:31:07.000000000 +0200
+@@ -618,8 +618,7 @@
+ 
+       /* Each button has its own tooltip.
+        */
+-      gtk_tooltips_set_tip (GTK_TOOLTIPS (tooltips), button, 
+-			    cpk->tooltip, NULL);
++      gtk_widget_set_tooltip_text(button, cpk->tooltip);
+       
+       /* Each button should have a datum set to it with the 
+        * actionformula of the chempadkey. Also true for the label.
+--- polyxmass/polyxmass-ui-seqed-widget-context-menu.c.orig	2006-07-07 18:31:39.000000000 +0200
++++ polyxmass/polyxmass-ui-seqed-widget-context-menu.c	2007-10-26 18:38:54.000000000 +0200
 @@ -75,9 +75,6 @@
    GtkWidget *seqed_widget_context_menu_chemistry_polymer_modif;
  




More information about the fedora-extras-commits mailing list