mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
weather: Fix property name
It's g-*name*-owner. As the condition covers the unlikely case where Weather is running before gnome-shell, this slipped through.
This commit is contained in:
parent
108ac7cf20
commit
02b47f4640
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ var WeatherClient = class {
|
|||
this._weatherProxy.connect('g-properties-changed',
|
||||
this._onWeatherPropertiesChanged.bind(this));
|
||||
|
||||
if (this._weatherProxy.g_owner != null)
|
||||
if (this._weatherProxy.g_name_owner != null)
|
||||
this._onWeatherPropertiesChanged();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue