evolution r36548 - branches/gnome-2-24/widgets/table



Author: psankar
Date: Fri Oct  3 13:06:10 2008
New Revision: 36548
URL: http://svn.gnome.org/viewvc/evolution?rev=36548&view=rev

Log:
Change license from GPL to LGPL.



Modified:
   branches/gnome-2-24/widgets/table/ChangeLog
   branches/gnome-2-24/widgets/table/e-table-item.c

Modified: branches/gnome-2-24/widgets/table/e-table-item.c
==============================================================================
--- branches/gnome-2-24/widgets/table/e-table-item.c	(original)
+++ branches/gnome-2-24/widgets/table/e-table-item.c	Fri Oct  3 13:06:10 2008
@@ -1,27 +1,27 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * e-table-item.c
- * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- * Authors:
- *   Chris Lahey <clahey ximian com>
- *   Miguel de Icaza <miguel gnu org>
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License, version 2, as published by the Free Software Foundation.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) version 3.
  *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>  
+ *
+ *
+ * Authors:
+ *		Chris Lahey <clahey ximian com>
+ *		Miguel de Icaza <miguel gnu org>
+ *
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  */
-
 /*
  * TODO:
  *   Add a border to the thing, so that focusing works properly.
@@ -2547,10 +2547,6 @@
 
 		d(g_print("%s: GDK_2BUTTON_PRESS received, button %d\n", __FUNCTION__, e->button.button));
 
-		if (e->button.button == 5 ||
-		    e->button.button == 4)
-			return FALSE;
-
 		/*
 		 * click_count is so that if you click on two
 		 * different rows we don't send a double click signal.



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