gnome-mag r704 - in trunk: . magnifier/x11
- From: carlosd svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-mag r704 - in trunk: . magnifier/x11
- Date: Mon, 1 Sep 2008 00:34:08 +0000 (UTC)
Author: carlosd
Date: Mon Sep 1 00:34:07 2008
New Revision: 704
URL: http://svn.gnome.org/viewvc/gnome-mag?rev=704&view=rev
Log:
committing changes for 0.15.3 release
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/magnifier/x11/gmag-graphical-server.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Sep 1 00:34:07 2008
@@ -1,3 +1,13 @@
+What's new in gnome-mag-0.15.3:
+
+* Fix for the following bug:
+ #532918: It's unable to launch magnifier of orca in gdm login window.
+ Thanks for the patch Willie!
+
+* Translations:
+ * Djihed Afifi (ar), Jorge Gonzáz (es), Shankar Prasad (kn)
+ Manoj Kumar Giri (or).
+
What's new in gnome-mag-0.15.2:
* Committed new patch for bug #520796. This one add the showCursor method.
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Mon Sep 1 00:34:07 2008
@@ -1,4 +1,4 @@
-This is gnome-mag version 0.15.2 (Stable)
+This is gnome-mag version 0.15.3 (Stable)
This directory contains the gnome-mag magnification
service definition and sample implementation.
Modified: trunk/magnifier/x11/gmag-graphical-server.c
==============================================================================
--- trunk/magnifier/x11/gmag-graphical-server.c (original)
+++ trunk/magnifier/x11/gmag-graphical-server.c Mon Sep 1 00:34:07 2008
@@ -248,7 +248,7 @@
return FALSE;
if (data) {
Magnifier *magnifier = MAGNIFIER (data);
- if (magnifier->priv &&
+ if (magnifier->priv && magnifier->priv->w &&
GTK_WIDGET_REALIZED (magnifier->priv->w))
if (magnifier->priv->w->window) {
#ifdef HAVE_OVERLAY
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]