rpms/scim/devel scim-1.4.7-remove-help-frame.patch, NONE, 1.1 scim.spec, 1.110, 1.111

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Mon Mar 10 07:39:53 UTC 2008


Author: petersen

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

Modified Files:
	scim.spec 
Added Files:
	scim-1.4.7-remove-help-frame.patch 
Log Message:
remove the frame around the help text in the help dialog


scim-1.4.7-remove-help-frame.patch:

--- NEW FILE scim-1.4.7-remove-help-frame.patch ---
diff -u scim-1.4.7/extras/panel/scim_panel_gtk.cpp\~ scim-1.4.7/extras/panel/scim_panel_gtk.cpp
--- scim-1.4.7/extras/panel/scim_panel_gtk.cpp~	2007-10-12 11:17:29.000000000 +1000
+++ scim-1.4.7/extras/panel/scim_panel_gtk.cpp	2008-03-10 17:03:06.000000000 +1000
@@ -975,9 +975,6 @@
 
     // Create help window
     {
-        GtkWidget *frame;
-        GtkWidget *vbox;
-
         _help_dialog = gtk_dialog_new_with_buttons (_("SCIM Help"),
                                 NULL,
                                 GtkDialogFlags (0),
@@ -995,18 +992,9 @@
                                   G_CALLBACK (gtk_widget_hide_on_delete),
                                   GTK_OBJECT (_help_dialog));
 
-        frame = gtk_frame_new (_("Smart Common Input Method"));
-
-        gtk_box_pack_start (GTK_BOX (GTK_DIALOG (_help_dialog)->vbox), frame, TRUE, TRUE, 0);
-        gtk_widget_show (frame);
-
-        vbox = gtk_vbox_new (FALSE, 8);
-        gtk_container_add (GTK_CONTAINER (frame), vbox);
-        gtk_widget_show (vbox);
-
         _help_scroll = gtk_scrolled_window_new (NULL, NULL);
         gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (_help_scroll), GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
-        gtk_box_pack_start (GTK_BOX (vbox), _help_scroll, TRUE, TRUE, 0);
+        gtk_box_pack_start (GTK_BOX (GTK_DIALOG (_help_dialog)->vbox), _help_scroll, TRUE, TRUE, 0);
         gtk_widget_show (_help_scroll);
 
         _help_area = gtk_label_new ("");

Diff finished.  Mon Mar 10 17:09:52 2008


Index: scim.spec
===================================================================
RCS file: /cvs/extras/rpms/scim/devel/scim.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- scim.spec	5 Mar 2008 04:05:12 -0000	1.110
+++ scim.spec	10 Mar 2008 07:39:11 -0000	1.111
@@ -3,7 +3,7 @@
 
 Name:      scim
 Version:   1.4.7
-Release:   16%{?dist}
+Release:   17%{?dist}
 Summary:   Smart Common Input Method platform
 
 License:   LGPLv2+
@@ -41,6 +41,7 @@
 Patch20:   scim-1.4.7-fix-fallback.patch
 Patch21:   scim-1.4.7-fix-capslock.patch
 Patch22:   scim-1.4.7-fix-gdm.patch
+Patch23:   scim-1.4.7-remove-help-frame.patch
 
 %description
 SCIM is a user friendly and full featured input method user interface and
@@ -162,6 +163,7 @@
 %patch20 -p1 -b .20-fix-fallback
 %patch21 -p1 -b .21-fix-capslock
 %patch22 -p1 -b .22-fix-gdm
+%patch23 -p1 -b .23-help-frame
 
 %if %{snapshot}
 ./bootstrap
@@ -299,6 +301,9 @@
 
 
 %changelog
+* Mon Mar 10 2008 Jens Petersen <petersen at redhat.com> - 1.4.7-17
+- remove the frame around the help text in the help dialog
+
 * Wed Mar 5 2008 Huang Peng <phuang at redhat.com> - 1.4.7-16
 - Remove scim-restart script for fixing #435889.
 




More information about the fedora-extras-commits mailing list