gnome-panel:gnome-3-6

Last commit made on 2016-03-21
Get this branch:
git clone -b gnome-3-6 https://git.launchpad.net/gnome-panel

Branch merges

Branch information

Name:
gnome-3-6
Repository:
lp:gnome-panel

Recent commits

0fbfb5b... by Cédric VALMARY (Tot en òc)

Updated Occitan translation

284a2db... by Shankar Prasad <email address hidden>

Updated kn translations

572999c... by Daniel Drake <email address hidden>

na: apply style after realize

Under Fedora 18 (GTK-3.6.2), notification icons such as the battery/power
icon from gnome-settings-daemon are appearing all-black on top of a black
background.

This is because style_updated is being called before the tray applet
is realized, meaning that the following code in
na_tray_applet_style_updated() causes a bail-out:

  if (!applet->priv->tray)
    return;

and the style is never applied.

Fix this by updating the style explicitly after realizing the widget.

86a6454... by Gheyret T.Kenji

updated Uyghur translation

Signed-off-by: Gheyret Kenji <email address hidden>

b096aad... by Shankar Prasad <email address hidden>

Updated kn translation

fffa901... by ManojKumar Giri <email address hidden>

Updated Odia Translation with FUEL implementation.

d5b1d06... by Yannick Gicquel <email address hidden>

panel: Fix launcher icon animation ending with black artifact

We simply need to hide the animation window before unref'ing the pixbuf.

https://bugzilla.gnome.org/show_bug.cgi?id=688618

a1622f6... by Vincent Untz

release: post-release bump to 3.6.3

8bb702d... by Vincent Untz

release: 3.6.2

686c3cf... by Milan Crha <email address hidden>

Use-after-free in panel_object_loader_stop_loading()

https://bugzilla.gnome.org/show_bug.cgi?id=686445