gnome-shell r155 - trunk/js/ui
- From: danw svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r155 - trunk/js/ui
- Date: Tue, 20 Jan 2009 18:20:41 +0000 (UTC)
Author: danw
Date: Tue Jan 20 18:20:41 2009
New Revision: 155
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=155&view=rev
Log:
add a missing ";"
Modified:
trunk/js/ui/workspaces.js
Modified: trunk/js/ui/workspaces.js
==============================================================================
--- trunk/js/ui/workspaces.js (original)
+++ trunk/js/ui/workspaces.js Tue Jan 20 18:20:41 2009
@@ -439,7 +439,7 @@
if (!clone.cloneTitle)
this._createCloneTitle(clone);
clone.cloneTitle.show();
- this._adjustCloneTitle(clone)
+ this._adjustCloneTitle(clone);
if (!this._overlappedMode)
return;
if (clone.index != this._windows.length-1) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]