about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/core.c6
-rw-r--r--src/ui/privwin.c5
2 files changed, 5 insertions, 6 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index ae228f63..83c8ed00 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -770,12 +770,6 @@ ui_print_system_msg_from_recipient(const char *const barejid, const char *messag
 }
 
 void
-ui_outgoing_private_msg(ProfPrivateWin *privwin, const char *const message)
-{
-    win_print((ProfWin*)privwin, '-', 0, NULL, 0, THEME_TEXT_ME, "me", message);
-}
-
-void
 ui_room_join(const char *const roomjid, gboolean focus)
 {
     ProfWin *window = (ProfWin*)wins_get_muc(roomjid);
diff --git a/src/ui/privwin.c b/src/ui/privwin.c
index ec6d558c..487492b9 100644
--- a/src/ui/privwin.c
+++ b/src/ui/privwin.c
@@ -83,3 +83,8 @@ ui_incoming_private_msg(const char *const fulljid, const char *const message, GD
     free(display_from);
 }
 
+void
+ui_outgoing_private_msg(ProfPrivateWin *privwin, const char *const message)
+{
+    win_print((ProfWin*)privwin, '-', 0, NULL, 0, THEME_TEXT_ME, "me", message);
+}
ames Booth <boothj5@gmail.com> 2014-03-15 22:25:15 +0000 committer James Booth <boothj5@gmail.com> 2014-03-15 22:25:15 +0000 Command '/statuses muc' now allows 'all', 'online' and 'none' settings' href='/danisanti/profani-tty/commit/tests/test_preferences.c?id=2af418fd8da7bce971f84b98be945f8d5a858f9d'>2af418fd ^
69f2f4a1 ^
2af418fd ^

69f2f4a1 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33