diff options
author | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-10-23 14:36:54 +0000 |
---|---|---|
committer | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-10-23 14:36:54 +0000 |
commit | b1d1b652309d63ccfce0eb469c070338a9a39b7a (patch) | |
tree | 917f3e5cca3be1eb93b57dd0312b20712521fbd0 /libnautilus | |
parent | e19de8850daf10b209a0eb08ecf1d0d5c26967e4 (diff) | |
download | nautilus-b1d1b652309d63ccfce0eb469c070338a9a39b7a.tar.gz |
This is Maciej checking in Martin's fix for 3691. Credit to him,
blame to me.
* components/adapter/nautilus-adapter-embed-strategy.h
(NautilusAdapterEmbedStrategyClass): Added "activate" and "deactivate"
signals.
(nautilus_adapter_embed_strategy_get): Removed ui_container argument.
(nautilus_adapter_embed_strategy_activate): New function; emits
the "activate" signal.
(nautilus_adapter_embed_strategy_deactivate): New function; emits
the "deactivate" signal.
* components/adapter/nautilus-adapter-control-embed-strategy.c
(nautilus_adapter_control_embed_strategy_activate): New static function;
this is the handler of the "activate" signal.
(nautilus_adapter_control_embed_strategy_deactivate): New static function;
this is the handler of the "deactivate" signal.
* components/adapter/nautilus-adapter-embeddable-embed-strategy.c
(nautilus_adapter_embeddable_embed_strategy_activate): New static function;
this is the handler of the "activate" signal.
(nautilus_adapter_embeddable_embed_strategy_deactivate): New static function;
this is the handler of the "deactivate" signal.
* components/adapter/nautilus-adapter.c (nautilus_adapter_activate_callback):
New static function; connect this to the "activate" signal of the adapter
control.
Diffstat (limited to 'libnautilus')
-rw-r--r-- | libnautilus/nautilus-clipboard-ui.xml.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libnautilus/nautilus-clipboard-ui.xml.h b/libnautilus/nautilus-clipboard-ui.xml.h index e69de29bb..467e98e0a 100644 --- a/libnautilus/nautilus-clipboard-ui.xml.h +++ b/libnautilus/nautilus-clipboard-ui.xml.h @@ -0,0 +1,16 @@ +/* + * This file is autogenerated from nautilus-clipboard-ui.xml, do not edit + * + * This file contains translatable strings generated by + * bonobo-ui-extract. Add this file to your project's + * POTFILES.in. DO NOT compile it as part of your application. + */ + +gchar *s = N_("C_lear Text"); +gchar *s = N_("Copy the selected text to the clipboard"); +gchar *s = N_("Cut the selected text to the clipboard"); +gchar *s = N_("Paste the text stored on the clipboard"); +gchar *s = N_("Remove the selected text without putting it on the clipboard"); +gchar *s = N_("_Copy Text"); +gchar *s = N_("_Cut Text"); +gchar *s = N_("_Paste Text"); |