use the same lock icon that the mac client is using.

This commit is contained in:
Charles Kerr
2007-10-13 13:51:38 +00:00
parent a57dd87d47
commit 4b466a8d24
5 changed files with 73 additions and 7 deletions

View File

@@ -15,6 +15,7 @@
#include <gtk/gtk.h>
#include <libtransmission/transmission.h>
#include "torrent-inspector.h"
#include "lock.h"
#include "logo.h"
#define UNUSED G_GNUC_UNUSED
@@ -120,7 +121,8 @@ BuiltinIconInfo;
/* only one icon now... but room to grow ;) */
const BuiltinIconInfo my_builtin_icons [] =
{
{ tr_icon_full, "transmission-logo" }
{ tr_icon_logo, "transmission-logo" },
{ tr_icon_lock, "transmission-lock" }
};
static void