[hotssh] Use network-server icon for GNOME Shell search results
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hotssh] Use network-server icon for GNOME Shell search results
- Date: Mon, 18 Nov 2013 18:06:48 +0000 (UTC)
commit 51afa406511f5690fa2677acbc463b0d8bc698a6
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Mon Nov 18 13:04:28 2013 -0500
Use network-server icon for GNOME Shell search results
With the GNOME Shell UI, it doesn't seem right to use the same icon
for both the application and the search results. Use the
network-server icon for servers.
https://bugzilla.gnome.org/show_bug.cgi?id=712345
src/hotssh-search-provider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/hotssh-search-provider.c b/src/hotssh-search-provider.c
index b7efd7f..2062f30 100644
--- a/src/hotssh-search-provider.c
+++ b/src/hotssh-search-provider.c
@@ -171,7 +171,7 @@ handle_get_result_metas (HotSshSearchShellSearchProvider2 *skeleton,
g_variant_builder_add (b2, "{sv}", "id", g_variant_new_string (id));
g_variant_builder_add (b2, "{sv}", "name", g_variant_new_string (id));
- icon = g_themed_icon_new ("hotssh");
+ icon = g_themed_icon_new ("network-server");
serialized_icon = g_icon_serialize (icon);
g_variant_builder_add (b2, "{sv}", "icon", serialized_icon);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]