mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Don't show an error when transmission is run twice
Instead, present the main window. This commit also auto-generates the dbus bindings.
This commit is contained in:
@@ -129,7 +129,8 @@ static GtkActionEntry entries[] =
|
||||
{ "show-about-dialog", GTK_STOCK_ABOUT, NULL, NULL, NULL, G_CALLBACK(action_cb) },
|
||||
{ "help", GTK_STOCK_HELP, N_("_Contents"), "F1", NULL, G_CALLBACK(action_cb) },
|
||||
{ "update-tracker", GTK_STOCK_NETWORK,
|
||||
N_("Ask Tracker for _More Peers"), NULL, NULL, G_CALLBACK(action_cb) }
|
||||
N_("Ask Tracker for _More Peers"), NULL, NULL, G_CALLBACK(action_cb) },
|
||||
{ "present-main-window", NULL, NULL, NULL, NULL, G_CALLBACK(action_cb) },
|
||||
};
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user