diff options
author | Raluca Elena Podiuc <ralucaelena1985@gmail.com> | 2011-08-25 18:02:12 +0800 |
---|---|---|
committer | Raluca Elena Podiuc <ralucaelena1985@gmail.com> | 2011-08-25 18:29:50 +0800 |
commit | 05175cbebfb7d4dee0b55d24ed46e921b8256e0c (patch) | |
tree | 9620250595884562230509fced2d46d93722d08a | |
parent | 4cdd02a73bd9f10d6427afc6979371f2207e9073 (diff) | |
download | gsoc2013-empathy-05175cbebfb7d4dee0b55d24ed46e921b8256e0c.tar gsoc2013-empathy-05175cbebfb7d4dee0b55d24ed46e921b8256e0c.tar.gz gsoc2013-empathy-05175cbebfb7d4dee0b55d24ed46e921b8256e0c.tar.bz2 gsoc2013-empathy-05175cbebfb7d4dee0b55d24ed46e921b8256e0c.tar.lz gsoc2013-empathy-05175cbebfb7d4dee0b55d24ed46e921b8256e0c.tar.xz gsoc2013-empathy-05175cbebfb7d4dee0b55d24ed46e921b8256e0c.tar.zst gsoc2013-empathy-05175cbebfb7d4dee0b55d24ed46e921b8256e0c.zip |
src: install empathy-main-window-menubar.ui
empathy-main-window-menubar.ui was added in this commit:
1ad15d157971b6550cb11787a03463e891d29364 is the first bad commit
commit 1ad15d157971b6550cb11787a03463e891d29364
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date: Tue Aug 23 14:08:18 2011 +0200
Move main window's UI manager to its own UI file
Glade doesn't support GtkUIManager so it was impossible to edit
the main window at all because of that.
But was not marked to be installed.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=657271
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 91c9988e9..a4361588b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -245,6 +245,7 @@ ui_DATA = \ empathy-ft-manager.ui \ empathy-import-dialog.ui \ empathy-main-window.ui \ + empathy-main-window-menubar.ui \ empathy-new-chatroom-dialog.ui \ empathy-preferences.ui \ empathy-status-icon.ui |