[ekiga] Remove useless call to gtk_widget_show in the statusicon code
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Remove useless call to gtk_widget_show in the statusicon code
- Date: Wed, 19 Jun 2013 17:59:40 +0000 (UTC)
commit f65aa6ad04fdcb812893b6cb95cbedc0df29ee2c
Author: Julien Puydt <jpuydt free fr>
Date: Wed Jun 19 07:30:42 2013 +0200
Remove useless call to gtk_widget_show in the statusicon code
lib/engine/gui/gtk-frontend/statusicon.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/statusicon.cpp b/lib/engine/gui/gtk-frontend/statusicon.cpp
index 60e0b64..3a08950 100644
--- a/lib/engine/gui/gtk-frontend/statusicon.cpp
+++ b/lib/engine/gui/gtk-frontend/statusicon.cpp
@@ -276,7 +276,6 @@ statusicon_activated_cb (G_GNUC_UNUSED GtkStatusIcon *icon,
if (frontend) {
GtkWidget *w = GTK_WIDGET (frontend->get_chat_window ());
- gtk_widget_show (w);
gtk_window_present (GTK_WINDOW (w));
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]