pidgin: d447b64b: Fix Certificate Manager Import/Export ic..

qulogic at pidgin.im qulogic at pidgin.im
Fri Sep 2 14:18:05 EDT 2011


----------------------------------------------------------------------
Revision: d447b64b89c3fe0dd2aad8e82ba8ccb50373b3eb
Parent:   c469cf45e492afd08e45d570192948a6296ede45
Author:   qulogic at pidgin.im
Date:     09/02/11 02:21:10
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/d447b64b89c3fe0dd2aad8e82ba8ccb50373b3eb

Changelog: 

Fix Certificate Manager Import/Export icons.

Changes against parent c469cf45e492afd08e45d570192948a6296ede45

  patched  pidgin/gtkcertmgr.c

-------------- next part --------------
============================================================
--- pidgin/gtkcertmgr.c	ea9690460570023612e9de6678a46c3ca480820c
+++ pidgin/gtkcertmgr.c	64dd2549e12c68b0d6e94d88865032ff7cca9a90
@@ -471,9 +471,8 @@ tls_peers_mgmt_build(void)
 	gtk_widget_show(bbox);
 
 	/* Import button */
-	/* TODO: This is the wrong stock button */
 	tpm_dat->importbutton = importbutton =
-		gtk_button_new_from_stock(GTK_STOCK_ADD);
+		gtk_button_new_from_stock(GTK_STOCK_OPEN);
 	gtk_box_pack_start(GTK_BOX(bbox), importbutton, FALSE, FALSE, 0);
 	gtk_widget_show(importbutton);
 	g_signal_connect(G_OBJECT(importbutton), "clicked",
@@ -481,9 +480,8 @@ tls_peers_mgmt_build(void)
 
 
 	/* Export button */
-	/* TODO: This is the wrong stock button */
 	tpm_dat->exportbutton = exportbutton =
-		gtk_button_new_from_stock(GTK_STOCK_SAVE);
+		gtk_button_new_from_stock(GTK_STOCK_SAVE_AS);
 	gtk_box_pack_start(GTK_BOX(bbox), exportbutton, FALSE, FALSE, 0);
 	gtk_widget_show(exportbutton);
 	g_signal_connect(G_OBJECT(exportbutton), "clicked",


More information about the Commits mailing list