diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-11 17:35:25 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-15 23:28:20 +0800 |
commit | c1d6af1cfbb1801d26a0a550dc7ae9a81e642bc0 (patch) | |
tree | bd014abb665601519caefcaf874932fc5068c18f /libempathy-gtk/empathy-ui-utils.c | |
parent | cb0b0ee29fc08109b5180e7a0e468e6947ae0758 (diff) | |
download | gsoc2013-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 'libempathy-gtk/empathy-ui-utils.c')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index b33760629..b91bf0313 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -1385,8 +1385,7 @@ empathy_window_iconify (GtkWindow *window, GtkStatusIcon *status_icon) /* Takes care of moving the window to the current workspace. */ void -empathy_window_present (GtkWindow *window, - gboolean steal_focus) +empathy_window_present (GtkWindow *window) { GdkWindow *gdk_window; |