gdl r412 - in trunk: . gdl
- From: naba svn gnome org
- To: svn-commits-list gnome org
- Subject: gdl r412 - in trunk: . gdl
- Date: Mon, 28 Jan 2008 15:23:14 +0000 (GMT)
Author: naba
Date: Mon Jan 28 15:23:14 2008
New Revision: 412
URL: http://svn.gnome.org/viewvc/gdl?rev=412&view=rev
Log:
* NEWS, configure.in: Bumped version to 0.7.8 and updated news.
* gdl/gdl-dock-item.c: (gdl_dock_item_dock):
* gdl/gdl-switcher.c: (gdl_switcher_expose),
(gdl_switcher_switch_page_cb), (gdl_switcher_class_init): Silenced
some compiler warnings.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
trunk/gdl/gdl-dock-item.c
trunk/gdl/gdl-switcher.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Jan 28 15:23:14 2008
@@ -1,3 +1,14 @@
+Changes in 0.7.8
+
+* Disable deprecated flags completely until #457562 is fixed
+* Do not ref/unref icon theme.
+* Use smaller icons to not waste too much screen space
+* Fixed #468645 and #452331 by using gnome-autogen.sh
+* Fix #462537 â GdlDockItemGrip notification callback
+* Backported several small improvements from Monodevelop
+* Fixes bug #509950 - L10N: typos in some messages (fow -> for)
+* Translation updates: es, vi, ar, sl, bg, ko, nb, oc, ar, eu, sv, uk
+
Changes in 0.7.7
* Fixes Bug #407393 â (void)0 will cause build fail on Sun cc.
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Jan 28 15:23:14 2008
@@ -11,7 +11,7 @@
GDL_MAJOR_VERSION=0
GDL_MINOR_VERSION=7
-GDL_MICRO_VERSION=7
+GDL_MICRO_VERSION=8
PACKAGE=gdl
GDL_VERSION=$GDL_MAJOR_VERSION.$GDL_MINOR_VERSION.$GDL_MICRO_VERSION
Modified: trunk/gdl/gdl-dock-item.c
==============================================================================
--- trunk/gdl/gdl-dock-item.c (original)
+++ trunk/gdl/gdl-dock-item.c Mon Jan 28 15:23:14 2008
@@ -1150,7 +1150,8 @@
GdlDockPlacement position,
GValue *other_data)
{
- GdlDockObject *new_parent, *parent, *requestor_parent;
+ GdlDockObject *new_parent = NULL;
+ GdlDockObject *parent, *requestor_parent;
gboolean add_ourselves_first = FALSE;
guint available_space=0;
Modified: trunk/gdl/gdl-switcher.c
==============================================================================
--- trunk/gdl/gdl-switcher.c (original)
+++ trunk/gdl/gdl-switcher.c Mon Jan 28 15:23:14 2008
@@ -59,7 +59,7 @@
const gchar *tooltips,
const gchar *stock_id,
gint switcher_id);
-static void gdl_switcher_remove_button (GdlSwitcher *switcher, gint switcher_id);
+/* static void gdl_switcher_remove_button (GdlSwitcher *switcher, gint switcher_id); */
static void gdl_switcher_select_page (GdlSwitcher *switcher, gint switcher_id);
static void gdl_switcher_select_button (GdlSwitcher *switcher, gint switcher_id);
static void gdl_switcher_set_show_buttons (GdlSwitcher *switcher, gboolean show);
@@ -521,8 +521,8 @@
button, event);
}
}
- GDL_CALL_PARENT_WITH_DEFAULT (GTK_WIDGET_CLASS, expose_event,
- (widget, event), FALSE);
+ return GDL_CALL_PARENT_WITH_DEFAULT (GTK_WIDGET_CLASS, expose_event,
+ (widget, event), FALSE);
}
static void
@@ -627,7 +627,6 @@
gint page_num, GdlSwitcher *switcher)
{
GtkWidget *page_widget;
- GtkWidget *tablabel;
gint switcher_id;
/* Change switcher button */
@@ -683,7 +682,6 @@
static void
gdl_switcher_class_init (GdlSwitcherClass *klass)
{
- GtkNotebookClass *notebook_class = GTK_NOTEBOOK_CLASS (klass);
GtkContainerClass *container_class = GTK_CONTAINER_CLASS (klass);
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
GObjectClass *object_class = G_OBJECT_CLASS (klass);
@@ -813,6 +811,7 @@
gtk_widget_queue_resize (GTK_WIDGET (switcher));
}
+#if 0
static void
gdl_switcher_remove_button (GdlSwitcher *switcher, gint switcher_id)
{
@@ -830,6 +829,7 @@
}
gtk_widget_queue_resize (GTK_WIDGET (switcher));
}
+#endif
static void
gdl_switcher_select_button (GdlSwitcher *switcher, gint switcher_id)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]