[gthumb] do not show radio buttons in the bookmarks menu



commit ddfc857ca2039d94080aca1ca9ff5189019b53fa
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Oct 26 17:32:41 2014 +0100

    do not show radio buttons in the bookmarks menu
    
    removed the state from the 'go-to-location' action definition

 gthumb/gth-browser-actions-entries.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-browser-actions-entries.h b/gthumb/gth-browser-actions-entries.h
index 0339878..2193e86 100644
--- a/gthumb/gth-browser-actions-entries.h
+++ b/gthumb/gth-browser-actions-entries.h
@@ -38,7 +38,7 @@ static const GActionEntry gth_browser_actions[] = {
        { "go-forward", gth_browser_activate_go_forward },
        { "go-home", gth_browser_activate_go_home },
        { "go-to-history-position", gth_browser_activate_go_to_history_pos, "s", "''", NULL },
-       { "go-to-location", gth_browser_activate_go_to_location, "s", "''", NULL },
+       { "go-to-location", gth_browser_activate_go_to_location, "s", NULL, NULL },
        { "go-up", gth_browser_activate_go_up },
        { "reload", gth_browser_activate_reload },
        { "open-location", gth_browser_activate_open_location },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]