Hello community,

here is the log from the commit of package littlewizard for openSUSE:Factory
checked in at Thu Sep 15 14:00:45 CEST 2011.



--------
--- littlewizard/littlewizard.changes   2011-09-07 00:58:14.000000000 +0200
+++ /mounts/work_src_done/STABLE/littlewizard/littlewizard.changes      
2011-09-15 01:03:46.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 14 23:01:18 UTC 2011 - [email protected]
+
+- added littlewizard-1.2.2-do-not-override-toolbar-style.patch
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  littlewizard-1.2.2-do-not-override-toolbar-style.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ littlewizard.spec ++++++
--- /var/tmp/diff_new_pack.VOXLEN/_old  2011-09-15 14:00:37.000000000 +0200
+++ /var/tmp/diff_new_pack.VOXLEN/_new  2011-09-15 14:00:37.000000000 +0200
@@ -19,13 +19,14 @@
 
 Name:           littlewizard
 Version:        1.2.2
-Release:        1
+Release:        3
 License:        GPLv2+
 Summary:        Development Environment for Children
 Url:            http://littlewizard.sourceforge.net/
 Group:          Development/Tools/IDE
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        littlewizard.1
+Patch0:         littlewizard-1.2.2-do-not-override-toolbar-style.patch
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -47,6 +48,7 @@
 
 %package devel
 
+
 Summary:        Development headers and files for %{name}
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -59,6 +61,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0
 
 %build
 %configure --disable-static

++++++ littlewizard-1.2.2-do-not-override-toolbar-style.patch ++++++
Index: src/interface.cc
===================================================================
--- src/interface.cc.orig
+++ src/interface.cc
@@ -141,7 +141,6 @@ void create_interface ()
        GtkWidget *toolbar1 = gtk_toolbar_new ();
        gtk_widget_show (toolbar1);
        gtk_box_pack_start (GTK_BOX (vbox1), toolbar1, FALSE, FALSE, 0);
-       gtk_toolbar_set_style (GTK_TOOLBAR (toolbar1), GTK_TOOLBAR_BOTH);
 
        GtkWidget *tbnew = (GtkWidget*) gtk_tool_button_new_from_stock 
("gtk-new");
        gtk_widget_show (tbnew);

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to