Merge branch 'master' into openpgp

This commit is contained in:
James Booth
2015-06-15 20:39:17 +01:00
28 changed files with 313 additions and 276 deletions

View File

@@ -37,7 +37,7 @@
#include "config.h"
#include "log.h"
#include "ui/ui.h"
#include "ui/windows.h"
#include "window_list.h"
#include "xmpp/xmpp.h"
#ifdef HAVE_LIBOTR
#include "otr/otr.h"

View File

@@ -33,7 +33,7 @@
*/
#include "ui/ui.h"
#include "ui/windows.h"
#include "window_list.h"
void
ui_ev_focus_win(ProfWin *win)
@@ -53,4 +53,4 @@ ProfPrivateWin*
ui_ev_new_private_win(const char * const fulljid)
{
return ui_new_private_win(fulljid);
}
}