[gthumb] added a site prefix to the site icons
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] added a site prefix to the site icons
- Date: Sun, 11 Sep 2011 14:31:39 +0000 (UTC)
commit fea76248892f02ad55f35a6126efc7ae04fbf432
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Sep 10 18:26:12 2011 +0200
added a site prefix to the site icons
.../actions/{facebook.png => site-facebook.png} | Bin 324 -> 324 bytes
.../16x16/actions/{flickr.png => site-flickr.png} | Bin 312 -> 312 bytes
.../{photobucket.png => site-photobucket.png} | Bin 703 -> 703 bytes
.../actions/{picasaweb.png => site-picasaweb.png} | Bin 742 -> 742 bytes
extensions/facebook/callbacks.c | 2 +-
extensions/photobucket/callbacks.c | 2 +-
extensions/picasaweb/callbacks.c | 4 ++--
7 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/icons/hicolor/16x16/actions/facebook.png b/data/icons/hicolor/16x16/actions/site-facebook.png
similarity index 100%
rename from data/icons/hicolor/16x16/actions/facebook.png
rename to data/icons/hicolor/16x16/actions/site-facebook.png
diff --git a/data/icons/hicolor/16x16/actions/flickr.png b/data/icons/hicolor/16x16/actions/site-flickr.png
similarity index 100%
rename from data/icons/hicolor/16x16/actions/flickr.png
rename to data/icons/hicolor/16x16/actions/site-flickr.png
diff --git a/data/icons/hicolor/16x16/actions/photobucket.png b/data/icons/hicolor/16x16/actions/site-photobucket.png
similarity index 100%
rename from data/icons/hicolor/16x16/actions/photobucket.png
rename to data/icons/hicolor/16x16/actions/site-photobucket.png
diff --git a/data/icons/hicolor/16x16/actions/picasaweb.png b/data/icons/hicolor/16x16/actions/site-picasaweb.png
similarity index 100%
rename from data/icons/hicolor/16x16/actions/picasaweb.png
rename to data/icons/hicolor/16x16/actions/site-picasaweb.png
diff --git a/extensions/facebook/callbacks.c b/extensions/facebook/callbacks.c
index bc8a990..4a009dc 100644
--- a/extensions/facebook/callbacks.c
+++ b/extensions/facebook/callbacks.c
@@ -50,7 +50,7 @@ static const char *ui_info =
static GtkActionEntry action_entries[] = {
- { "File_Export_Facebook", "facebook",
+ { "File_Export_Facebook", "site-facebook",
N_("Face_book..."), NULL,
N_("Upload photos to Facebook"),
G_CALLBACK (gth_browser_activate_action_export_facebook) },
diff --git a/extensions/photobucket/callbacks.c b/extensions/photobucket/callbacks.c
index cc23f5b..03ef480 100644
--- a/extensions/photobucket/callbacks.c
+++ b/extensions/photobucket/callbacks.c
@@ -50,7 +50,7 @@ static const char *ui_info =
static GtkActionEntry action_entries[] = {
- { "File_Export_PhotoBucket", "photobucket",
+ { "File_Export_PhotoBucket", "site-photobucket",
N_("Photobucket..."), NULL,
N_("Upload photos to Photobucket"),
G_CALLBACK (gth_browser_activate_action_export_photobucket) },
diff --git a/extensions/picasaweb/callbacks.c b/extensions/picasaweb/callbacks.c
index 6c62591..74a5d19 100644
--- a/extensions/picasaweb/callbacks.c
+++ b/extensions/picasaweb/callbacks.c
@@ -55,11 +55,11 @@ static const char *ui_info =
static GtkActionEntry action_entries[] = {
- { "File_Import_PicasaWeb", "picasaweb",
+ { "File_Import_PicasaWeb", "site-picasaweb",
N_("_Picasa Web Album..."), NULL,
N_("Download photos from Picasa Web Album"),
G_CALLBACK (gth_browser_activate_action_import_picasaweb) },
- { "File_Export_PicasaWeb", "picasaweb",
+ { "File_Export_PicasaWeb", "site-picasaweb",
N_("_Picasa Web Album..."), NULL,
N_("Upload photos to Picasa Web Album"),
G_CALLBACK (gth_browser_activate_action_export_picasaweb) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]