[network-manager-applet] core: remove some dead code
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] core: remove some dead code
- Date: Tue, 23 Feb 2010 23:58:11 +0000 (UTC)
commit 23f9c1753c6ec0a87286878064b3c068767d4a30
Author: Dan Williams <dcbw redhat com>
Date: Tue Feb 23 15:57:54 2010 -0800
core: remove some dead code
src/applet.c | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/src/applet.c b/src/applet.c
index 10a8b28..1c9efae 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -631,10 +631,8 @@ applet_do_notify (NMApplet *applet,
g_return_if_fail (summary != NULL);
g_return_if_fail (message != NULL);
-#if GTK_CHECK_VERSION(2, 11, 0)
if (!gtk_status_icon_is_embedded (applet->status_icon))
return;
-#endif
applet_clear_notify (applet);
@@ -2766,12 +2764,8 @@ static void nma_icons_init (NMApplet *applet)
g_object_unref (G_OBJECT (applet->icon_theme));
}
-#if GTK_CHECK_VERSION(2, 11, 0)
screen = gtk_status_icon_get_screen (applet->status_icon);
-#else
- screen = gdk_screen_get_default ();
-#endif /* gtk 2.11.0 */
-
+ g_assert (screen);
applet->icon_theme = gtk_icon_theme_get_for_screen (screen);
/* If not done yet, append our search path */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]