rpms/iiimf/devel gimlet-default-icon-r2665-159121.patch, 1.1, 1.2 iiimf.spec, 1.58, 1.59

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 16 12:10:58 UTC 2005


Author: tagoh

Update of /cvs/dist/rpms/iiimf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24517

Modified Files:
	gimlet-default-icon-r2665-159121.patch iiimf.spec 
Log Message:
sync

gimlet-default-icon-r2665-159121.patch:
 widgets.c |   36 +++++++++++++++++++++++-------------
 1 files changed, 23 insertions(+), 13 deletions(-)

Index: gimlet-default-icon-r2665-159121.patch
===================================================================
RCS file: /cvs/dist/rpms/iiimf/devel/gimlet-default-icon-r2665-159121.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gimlet-default-icon-r2665-159121.patch	16 Jun 2005 11:53:10 -0000	1.1
+++ gimlet-default-icon-r2665-159121.patch	16 Jun 2005 12:10:55 -0000	1.2
@@ -1,3 +1,9 @@
+2005-06-16  Akira TAGOH  <tagoh at redhat.com>
+
+	* src/widgets.c (set_default_window_icon): new function to set the default window icon.
+	(about_verb_cb): removed the icon stuff.
+	(gimlet_init): call set_default_window_icon() to make the one (RH#159121)
+
 Index: gnome-im-switcher/src/widgets.c
 ===================================================================
 --- gnome-im-switcher/src/widgets.c	(revision 2664)
@@ -66,17 +72,3 @@
    return;
  }
  
-Index: gnome-im-switcher/ChangeLog
-===================================================================
---- gnome-im-switcher/ChangeLog	(revision 2664)
-+++ gnome-im-switcher/ChangeLog	(working copy)
-@@ -1,3 +1,9 @@
-+2005-06-16  Akira TAGOH  <tagoh at redhat.com>
-+
-+	* src/widgets.c (set_default_window_icon): new function to set the default window icon.
-+	(about_verb_cb): removed the icon stuff.
-+	(gimlet_init): call set_default_window_icon() to make the one (RH#159121)
-+
- 2005-05-17  Ervin Yan <ervin.yan at sun.com>
- 
- 	* src/gimlet-lang-data.h


Index: iiimf.spec
===================================================================
RCS file: /cvs/dist/rpms/iiimf/devel/iiimf.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- iiimf.spec	16 Jun 2005 11:53:10 -0000	1.58
+++ iiimf.spec	16 Jun 2005 12:10:55 -0000	1.59
@@ -644,7 +644,7 @@
 
 %post server
 # make sure we own any old unix domain socket
-[ -d %{_localstatedir}/run/iiim/.iiimp-unix ] && chown %{iiim_user}:%{iiim_user} -R %{_localstatedir}/run/iiim/
+[ -d %{_localstatedir}/run/iiim ] && chown %{iiim_user}:%{iiim_user} -R %{_localstatedir}/run/iiim/
 
 /sbin/chkconfig --add iiim
 %{instle}default/default.so --default --lang en >& /dev/null || :




More information about the fedora-cvs-commits mailing list