aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-11 17:35:25 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 23:28:20 +0800
commitc1d6af1cfbb1801d26a0a550dc7ae9a81e642bc0 (patch)
treebd014abb665601519caefcaf874932fc5068c18f /src/empathy-main-window.c
parentcb0b0ee29fc08109b5180e7a0e468e6947ae0758 (diff)
downloadgsoc2013-empathy-c1d6af1cfbb1801d26a0a550dc7ae9a81e642bc0.tar
gsoc2013-empathy-c1d6af1cfbb1801d26a0a550dc7ae9a81e642bc0.tar.gz
gsoc2013-empathy-c1d6af1cfbb1801d26a0a550dc7ae9a81e642bc0.tar.bz2
gsoc2013-empathy-c1d6af1cfbb1801d26a0a550dc7ae9a81e642bc0.tar.lz
gsoc2013-empathy-c1d6af1cfbb1801d26a0a550dc7ae9a81e642bc0.tar.xz
gsoc2013-empathy-c1d6af1cfbb1801d26a0a550dc7ae9a81e642bc0.tar.zst
gsoc2013-empathy-c1d6af1cfbb1801d26a0a550dc7ae9a81e642bc0.zip
empathy_window_present: remove useless 'steal_focus' arg
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 7c8aad496..fe9af9c4d 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -1306,7 +1306,7 @@ empathy_main_window_show (void)
GSList *l;
if (main_window) {
- empathy_window_present (GTK_WINDOW (main_window->window), TRUE);
+ empathy_window_present (GTK_WINDOW (main_window->window));
return main_window->window;
}