gnome-schedule r1069 - tags/RELEASE-2-0-1 tags/RELEASE-2-0-1/src trunk trunk/src



Author: gauteh
Date: Sun Feb  3 10:57:58 2008
New Revision: 1069
URL: http://svn.gnome.org/viewvc/gnome-schedule?rev=1069&view=rev

Log:
released 2.0.1, using gtkvbox for the template button in the main window

Added:
   tags/RELEASE-2-0-1/
      - copied from r1068, /trunk/
Modified:
   tags/RELEASE-2-0-1/ChangeLog
   tags/RELEASE-2-0-1/NEWS
   tags/RELEASE-2-0-1/configure.ac
   tags/RELEASE-2-0-1/src/mainWindow.py
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
   trunk/src/mainWindow.py

Modified: tags/RELEASE-2-0-1/NEWS
==============================================================================
--- /trunk/NEWS	(original)
+++ tags/RELEASE-2-0-1/NEWS	Sun Feb  3 10:57:58 2008
@@ -1,3 +1,6 @@
+2008-02-03:
+  Releasing 2.0.1 to fix a few bugs in 2.0.0
+  
 2008-01-30:
 	2.0.0 released.
 	

Modified: tags/RELEASE-2-0-1/configure.ac
==============================================================================
--- /trunk/configure.ac	(original)
+++ tags/RELEASE-2-0-1/configure.ac	Sun Feb  3 10:57:58 2008
@@ -1,5 +1,5 @@
 AC_INIT(src/gnome-schedule.py)
-AM_INIT_AUTOMAKE(gnome-schedule, 2.0.0)
+AM_INIT_AUTOMAKE(gnome-schedule, 2.0.1)
 
 dnl check for python
 dnl AM_PATH_PYTHON

Modified: tags/RELEASE-2-0-1/src/mainWindow.py
==============================================================================
--- /trunk/src/mainWindow.py	(original)
+++ tags/RELEASE-2-0-1/src/mainWindow.py	Sun Feb  3 10:57:58 2008
@@ -176,7 +176,7 @@
 	
 		self.button_tb = self.button_template.get_child ()
 		self.button_tb.remove(self.button_tb.get_child())
-		self.tvbox = gtk.HBox()
+		self.tvbox = gtk.VBox()
 		self.button_tb.add(self.tvbox)
 		icon = gtk.Image ()
 		icon.set_from_pixbuf (self.normalicontemplate)

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Feb  3 10:57:58 2008
@@ -1,3 +1,6 @@
+2008-02-03:
+  Releasing 2.0.1 to fix a few bugs in 2.0.0
+  
 2008-01-30:
 	2.0.0 released.
 	

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Feb  3 10:57:58 2008
@@ -1,5 +1,5 @@
 AC_INIT(src/gnome-schedule.py)
-AM_INIT_AUTOMAKE(gnome-schedule, 2.0.0)
+AM_INIT_AUTOMAKE(gnome-schedule, 2.0.1)
 
 dnl check for python
 dnl AM_PATH_PYTHON

Modified: trunk/src/mainWindow.py
==============================================================================
--- trunk/src/mainWindow.py	(original)
+++ trunk/src/mainWindow.py	Sun Feb  3 10:57:58 2008
@@ -176,7 +176,7 @@
 	
 		self.button_tb = self.button_template.get_child ()
 		self.button_tb.remove(self.button_tb.get_child())
-		self.tvbox = gtk.HBox()
+		self.tvbox = gtk.VBox()
 		self.button_tb.add(self.tvbox)
 		icon = gtk.Image ()
 		icon.set_from_pixbuf (self.normalicontemplate)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]