After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692160 - Updated Icon Names
Updated Icon Names
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-21 01:20 UTC by B.Prathibha
Modified: 2013-05-03 12:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Icon Names (2.79 KB, patch)
2013-01-21 01:20 UTC, B.Prathibha
none Details | Review
GNOME Goal: Update icon names (2.82 KB, patch)
2013-01-21 01:47 UTC, B.Prathibha
none Details | Review
GNOME Goal: Update icon names (2.83 KB, patch)
2013-01-21 15:16 UTC, B.Prathibha
committed Details | Review

Description B.Prathibha 2013-01-21 01:20:32 UTC
Created attachment 233975 [details] [review]
Icon Names

updated the icon names in the application as per the icon naming specification.
Comment 1 B.Prathibha 2013-01-21 01:21:12 UTC
Comment on attachment 233975 [details] [review]
Icon Names

review
Comment 2 B.Prathibha 2013-01-21 01:31:11 UTC
Comment on attachment 233975 [details] [review]
Icon Names

From 1c7dc5971876d6f92823051cb1623555df4efcc0 Mon Sep 17 00:00:00 2001
From: B.Prathibha <prathibhab@cdac.in>
Date: Mon, 21 Jan 2013 06:59:11 +0530
Subject: [PATCH] GNOME Goal: Update icon names

Updated the icon names as per the icon naming specification.
---
 libempathy-gtk/empathy-avatar-chooser.c |    2 +-
 src/empathy-call-window.c               |    2 +-
 src/empathy-call-window.ui              |    2 +-
 src/empathy-preferences.c               |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c
index 9f2a5e0..aa06583 100644
--- a/libempathy-gtk/empathy-avatar-chooser.c
+++ b/libempathy-gtk/empathy-avatar-chooser.c
@@ -859,7 +859,7 @@ avatar_chooser_update_preview_cb (GtkFileChooser *file_chooser,
       else
         {
           gtk_image_set_from_stock (GTK_IMAGE (image),
-                  "gtk-dialog-question",
+                  "dialog-question",
                   GTK_ICON_SIZE_DIALOG);
         }
 
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 43b0b91..c26b2af 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -4035,7 +4035,7 @@ empathy_call_window_state_event_cb (GtkWidget *widget,
       show_controls (window, set_fullscreen);
       show_borders (window, set_fullscreen);
       gtk_action_set_stock_id (priv->menu_fullscreen,
-          (set_fullscreen ? "gtk-leave-fullscreen" : "gtk-fullscreen"));
+          (set_fullscreen ? "view-restore" : "view-fullscreen"));
       priv->is_fullscreen = set_fullscreen;
   }
 
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui
index f26f33b..133f4ca 100644
--- a/src/empathy-call-window.ui
+++ b/src/empathy-call-window.ui
@@ -39,7 +39,7 @@
         </child>
         <child>
           <object class="GtkAction" id="menusettings">
-            <property name="stock_id">gtk-preferences</property>
+            <property name="stock_id">preferences-desktop</property>
             <property name="name">menusettings</property>
             <property name="label" translatable="yes">_Settings</property>
           </object>
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index 02b34dc..23d3212 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -1033,7 +1033,7 @@ empathy_preferences_init (EmpathyPreferences *preferences)
 	gtk_window_set_role (GTK_WINDOW (preferences), "preferences");
 	gtk_window_set_position (GTK_WINDOW (preferences),
 				 GTK_WIN_POS_CENTER_ON_PARENT);
-	gtk_window_set_icon_name (GTK_WINDOW (preferences), "gtk-preferences");
+	gtk_window_set_icon_name (GTK_WINDOW (preferences), "preferences-desktop");
 
 	filename = empathy_file_lookup ("empathy-preferences.ui", "src");
 	gui = empathy_builder_get_file (filename,
-- 
1.7.10.4
Comment 3 B.Prathibha 2013-01-21 01:47:49 UTC
Created attachment 233976 [details] [review]
GNOME Goal: Update icon names

Updated the icon names as per the icon naming specification.
Comment 4 André Klapper 2013-01-21 06:27:00 UTC
First patch misses bug report link but has a valid author email address.
Second patch includes bug report link but invalid author email address.
Comment 5 B.Prathibha 2013-01-21 15:16:19 UTC
Created attachment 234013 [details] [review]
GNOME Goal: Update icon names

Corrected the icon names as per the icon naming spec.
Comment 6 Guillaume Desmottes 2013-05-03 12:51:22 UTC
Merged to master; thanks for the patch!

Attachment 234013 [details] pushed as f2d81bc - GNOME Goal: Update icon names