Skip to content
Snippets Groups Projects
Commit 714a56d4 authored by Julien Bonjean's avatar Julien Bonjean
Browse files

Oops

parent 6cbbc8a0
Branches
Tags
No related merge requests found
......@@ -151,7 +151,7 @@ void show_advanced_tls_options(GHashTable * properties)
gtk_entry_set_icon_from_stock (GTK_ENTRY (privateKeyPasswordEntry), GTK_ENTRY_ICON_PRIMARY, GTK_STOCK_DIALOG_AUTHENTICATION);
#else
privateKeyPasswordEntry = sexy_icon_entry_new();
GtkWidget image = gtk_image_new_from_stock(GTK_STOCK_DIALOG_AUTHENTICATION , GTK_ICON_SIZE_SMALL_TOOLBAR );
GtkWidget * image = gtk_image_new_from_stock(GTK_STOCK_DIALOG_AUTHENTICATION , GTK_ICON_SIZE_SMALL_TOOLBAR );
sexy_icon_entry_set_icon(SEXY_ICON_ENTRY(privateKeyPasswordEntry), SEXY_ICON_ENTRY_PRIMARY , GTK_IMAGE(image) );
#endif
gtk_entry_set_visibility(GTK_ENTRY(privateKeyPasswordEntry), FALSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment