aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-find-toolbar.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-11-08 20:56:24 +0800
committerChristian Persch <chpe@src.gnome.org>2005-11-08 20:56:24 +0800
commit120c3497530166c3d0c6ce1e40dd3713b2561b40 (patch)
tree71e799a81525b0d5935ada49da72da8c66a9e46c /src/ephy-find-toolbar.c
parent82c9d32820f4746129cfc2a57fee4eed78af5b78 (diff)
downloadgsoc2013-epiphany-120c3497530166c3d0c6ce1e40dd3713b2561b40.tar.gz
gsoc2013-epiphany-120c3497530166c3d0c6ce1e40dd3713b2561b40.tar.zst
gsoc2013-epiphany-120c3497530166c3d0c6ce1e40dd3713b2561b40.zip
More static strings.
2005-11-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-single.c: (ephy_embed_single_iface_init): * lib/egg/eggstatusicon.c: (egg_status_icon_class_init): * lib/egg/eggtrayicon.c: (egg_tray_icon_class_init): * lib/widgets/ephy-location-entry.c: (ephy_location_entry_class_init): * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_class_init): * src/bookmarks/ephy-topic-action.c: (ephy_topic_action_class_init): * src/ephy-find-toolbar.c: (ephy_find_toolbar_class_init): * src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_class_init): * src/ephy-location-action.c: (ephy_location_action_class_init): * src/ephy-python-extension.c: (ephy_python_extension_class_init): * src/ephy-session.c: (ephy_session_class_init): * src/ephy-tab.c: (ephy_tab_class_init): * src/ephy-toolbar-editor.c: (ephy_toolbar_editor_class_init): * src/ephy-toolbar.c: (ephy_toolbar_class_init): * src/ppview-toolbar.c: (ppview_toolbar_class_init): More static strings.
Diffstat (limited to 'src/ephy-find-toolbar.c')
-rw-r--r--src/ephy-find-toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-find-toolbar.c b/src/ephy-find-toolbar.c
index 4c6054f2a..741e1f908 100644
--- a/src/ephy-find-toolbar.c
+++ b/src/ephy-find-toolbar.c
@@ -636,7 +636,7 @@ ephy_find_toolbar_class_init (EphyFindToolbarClass *klass)
"Window",
"Parent window",
EPHY_TYPE_WINDOW,
- (GParamFlags) (G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY)));
+ (GParamFlags) (G_PARAM_WRITABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB | G_PARAM_CONSTRUCT_ONLY)));
g_type_class_add_private (klass, sizeof (EphyFindToolbarPrivate));
}
/a>Not Zed2004-05-182-1/+6 * add for translators.Not Zed2004-05-125-60/+112 * Use CAMEL_EXCEPTION_SYSTEM instead of '1', also don't useJeffrey Stedfast2004-05-122-3/+13 * Fixing parts of #53466.Enver ALTIN2004-05-102-2/+6 * updateDan Winship2004-05-031-16/+9 * header cleanups.Not Zed2004-05-032-0/+12 * ** Changed error messages to EError.Not Zed2004-04-286-119/+75 * duh, pass the string not the content type to the warning message. AndNot Zed2004-04-272-3/+9 * Only unlink the original autosave draft file if we are successful inJeffrey Stedfast2004-04-272-9/+13 * forgot to save after i added bug #.Michael Zucci2004-04-231-1/+1 * fallback to stock attach if we can't ifnd the icon.Not Zed2004-04-232-11/+21 * Use the E_ICON_SIZE enums rather than specifying an absolute pixel size.Jeffrey Stedfast2004-04-202-3/+7 * Update the composer to use the icon theme via the EIconFactory object inMichael Terry2004-04-193-13/+31 * Work in progress, HIG'ing and de-coupling of errors.Michael Zucci2004-04-161-0/+35 * Same idea here as with build_mesage(), don't convert th gconf charsetJeffrey Stedfast2004-04-163-52/+82 * To be on the safe side (even though the real bug behind bug #51924 can'tJeffrey Stedfast2004-04-142-3/+11 * add missing debug wrapper back.Larry Ewing2004-04-131-1/+1 * accept text/calendar drops.Larry Ewing2004-04-132-2/+17 * EABDestination -> EDestination. (e_msg_composer_hdrs_to_message_internal):Chris Toshok2004-04-106-105/+172 * Reversed the logic for setting the signature menu to "None" (only set itJeffrey Stedfast2004-04-082-28/+34 * ops, saved it this timeRadek Doulik2004-04-071-3/+3 * (set_editor_text): added pad_signature parameter to tell if weRadek Doulik2004-04-072-6/+10 * added empty hbox so that we have 12pxs between account setting andRadek Doulik2004-04-072-1/+11 * Revert Radek's last change to fix bug #56381.Jeffrey Stedfast2004-04-032-1/+7 * dumb fixJeffrey Stedfast2004-04-021-3/+2 * Fixed some breakage I introduced in the changes below.Jeffrey Stedfast2004-04-022-2/+12 * simplify menu_item_set_label()Jeffrey Stedfast2004-04-021-10/+5 * Updated to use the new signature APIs. (signature_added): _()ify theJeffrey Stedfast2004-04-022-4/+27 * Updated to use the new signature APIs.Jeffrey Stedfast2004-04-023-149/+176 * Fixed missing headers now mail/* doesn't include gtk/*, camel/*, andNot Zed2004-03-317-1/+23 * do not add <br> between text and signatureRadek Doulik2004-03-302-2/+6 * do not set editor insensitive, use editable-off command insteadRadek Doulik2004-03-232-1/+13 * exclude non-viable folder targets for selection, related to #55089.Not Zed2004-03-222-1/+7 * delete event: if empty paragraph has signature == 1 then set it to 0Radek Doulik2004-03-192-2/+16 * If we select multi-attachments, the "properities" menu item in popup iconBill Zhu2004-03-182-1/+17 * If the subject is empty, use _("Untitled Message") as the subject instead.Jeffrey Stedfast2004-03-072-1/+6 * Fixes bug #55202Jeffrey Stedfast2004-03-062-10/+16 * add a key-press event handler, with which a little modification to PaoloBruce Tao2004-03-042-1/+33 * Add a <br> tag between the message text and the signature text (makes itJeffrey Stedfast2004-02-272-8/+16 * From www@reality.cz Tue Feb 17 11:52:51 2004REALiTY-ON-LINE2004-02-172-2/+6 * removed debug printfRadek Doulik2004-02-131-1/+0 * get default composer size from gconf, hook to unrealize event and saveRadek Doulik2004-02-132-7/+27 * add accel and icon for the "remove" item in the popup menu. Patch fromRodney Dawes2004-02-072-4/+11 * use FORCE_SLOW_MIME_TYPE so gnome-vfs actually sniffs the file contentsChris Toshok2004-02-042-0/+7 * add widgets/miscDan Winship2004-02-042-0/+6 * use g_ascii_strcasecmp rather than strcasecmp.Not Zed2004-02-023-13/+28 * reverted radek's patch below, it was already fixed (#53176). Changed theNot Zed2004-01-293-32/+46 * set body text after setting composer's signature, so that signature isRadek Doulik2004-01-282-1/+8 * ** See Bug #53176, probably fixes others too.Not Zed2004-01-282-11/+30 * ** See Bug #20017.Not Zed2004-01-142-25/+78 * bump version and requirementsJP Rosevear2004-01-131-0/+5 * fix compilation errorJP Rosevear2004-01-131-1/+1 * added "View To", "View Post To" menu items, made it possible to see bothMeilof Veeningen2004-01-135-65/+490 * Implemented #127527: the attachment bar is packed inside an EExpanderERDI Gergo2004-01-113-29/+91 * s/unsaved files/unsaved messages/ as per bug #45407.Jeffrey Stedfast2004-01-102-1/+6 * add an assertion for no account set. Discovered from bug #50786.Not Zed2004-01-082-0/+8 * Remove the 6-pixel border around the main window. That just looked ugly.Jeffrey Stedfast2004-01-082-1/+5 * Missing changelogJP Rosevear2004-01-071-0/+4 * missed this - remove disable deprecated flagJP Rosevear2004-01-071-1/+0 * Unifdef out the post-to code and fix it to use the new folder selectionJeffrey Stedfast2003-12-052-15/+19 * Do not depend on e-folder-list.Ettore Perazzoli2003-12-032-1/+11 * Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-022-1/+5 * autosave fixRadek Doulik2003-12-013-5/+79 * (create_headers): #if 0 the "post to"Ettore Perazzoli2003-12-012-3/+9 * switch from just checking SMIME_SUPPORTED to checking both HAVE_NSS andChris Toshok2003-11-272-2/+7 * turn on deprecated gtk widgetsJP Rosevear2003-11-262-1/+4 * changed to use ciphercontext directly to sign the message, noNot Zed2003-11-052-73/+35 * (SELECT_NAMES_OAFIID): Append "_2".Ettore Perazzoli2003-11-042-1/+5 * fix for e-account smime info changes. Also enforce having a signingNot Zed2003-10-312-16/+39 * Turn on SMIME_SUPPORTED. (build_message): move some of the security codeNot Zed2003-10-302-202/+188 * Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-226-106/+139 * Don't blindly claim that the file exists and then ask the user if he/sheJeffrey Stedfast2003-10-073-25/+47 * Same as below.Jeffrey Stedfast2003-09-253-1/+21 * Add some assertion. Send Close response signal to the properties dialogCharles Zhang2003-09-232-2/+24 * fixed a commentJeffrey Stedfast2003-09-201-1/+1 * updated for CamelTransferEncoding namespace changesJeffrey Stedfast2003-09-193-14/+22 * Updated for namespace changes in Camel.Jeffrey Stedfast2003-09-194-28/+34 * ** Merge in mail-refactor-2-branchNot Zed2003-09-183-38/+31 * (header_new_recipient): Make the entryEttore Perazzoli2003-09-162-1/+7 * Added an entry_uic field for a BonoboUIComponent for the non-controlFederico Mena Quintero2003-09-123-11/+63 * Connect response signal to attachment properties dialog, fix bug #47950.Antonio Xu2003-08-294-7/+26 * temporarily reverting camel namespace changes until after other branches have...Jeffrey Stedfast2003-08-274-42/+26 * s/HSCAN_/CAMEL_MIME_PARSER_STATE_/gJeffrey Stedfast2003-08-272-1/+6 * updated for namespace changed made to camel-mime-utils.[c,h]Jeffrey Stedfast2003-08-264-25/+36 * Original patch from David Woodhouse, but modified a bit by me.Jeffrey Stedfast2003-08-192-10/+26 * fixed an insulting error message. Fixes bug #47413.Lorenzo Gil Sanchez2003-08-142-1/+6 * This needs to use camel_data_wrapper_decode_to_stream() rather thanJeffrey Stedfast2003-08-143-39/+32 * don't set the rawtext bit anymore.Jeffrey Stedfast2003-08-123-18/+30 * add the drop type of mozilla browser link to make composer support toAntonio Xu2003-08-042-10/+16 * fixed the ChangeLogJeffrey Stedfast2003-07-301-1/+1 * add gdk_pixbuf_loader_close to close pix buffer loading. [#45908]Antonio Xu2003-07-292-1/+8 * bump editor versionLarry Ewing2003-07-262-2/+7 * Set default answer of dialog to 'yes' to try and prevent autosavedMichel Dänzer2003-07-242-0/+7 * Revert my previous changes here too.Jeffrey Stedfast2003-07-243-15/+18 * Remove this. It was only used by e-icon-list, which is no longer there.Dan Winship2003-07-243-21/+10 * Init charset to NULL.Jeffrey Stedfast2003-07-222-2/+6 * Make this work again.Dan Winship2003-07-222-3/+7 * ** For bug #46013Maxx Cao2003-07-182-1/+8 * don't set the rawtext bit anymore.Jeffrey Stedfast2003-07-173-49/+68 * ** For bug #45826Maxx Cao2003-07-152-0/+61 * Updated to use camel_strcase_hash/equal.Jeffrey Stedfast2003-07-082-3/+8 * Gone. (update): Use e_icon_for_mime_type instead.Dan Winship2003-07-033-62/+9 * Change file url to absolute path. Fixes bug #44065.Antonio Xu2003-07-032-1/+16 * Connect to the save-draft signal too. Fixes bug #45531.Jeffrey Stedfast2003-07-032-1/+9 * Set the rawtext bits for the 'plain' and 'html' data wrappers to FALSE.Jeffrey Stedfast2003-06-302-0/+10 * free the return value. (impl_event): free the return value.Larry Ewing2003-06-202-0/+8 * Use e_iconv_open/close so that we get charset aliasing for free. Fixes bugJeffrey Stedfast2003-06-192-3/+8 * Fixes bug #44139.Jeffrey Stedfast2003-06-183-12/+19 * free the result only if there isn't an exception.Larry Ewing2003-06-141-1/+1 * Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-0/+1 * free the structure as well.Larry Ewing2003-06-112-0/+6 * free the return values.Larry Ewing2003-06-112-0/+6 * Same as the rest. (setup_ui): We didn't even seem to be using the gconfJeffrey Stedfast2003-06-104-7/+37 * Roll over ChangeLogs.Ettore Perazzoli2003-06-102-4037/+4037 * i2003-05-20 Larry Ewing <lewing@ximian.com>Larry Ewing2003-05-213-1/+49 * Don't connect to the focus-out-event in order to update the mime-type.Jeffrey Stedfast2003-05-172-29/+7 * Change the "would you like to recover unsaved drafts?" dialog a QUESTIONJeffrey Stedfast2003-04-302-1/+7 * If we fail to load the icon that gnome_vfs_get_icon() gave us, the defaultJeffrey Stedfast2003-04-282-2/+15 * removed debug printfs.Not Zed2003-04-242-3/+4 * Don't ever attach non-inlined text or message parts. Reverts a prior fix.Jeffrey Stedfast2003-04-232-7/+8 * added related argument, TRUE means that container of mime_part isRadek Doulik2003-04-222-4/+19 * Change the order of the ok/cancel buttons.Jeffrey Stedfast2003-04-222-6/+11 * [ fixes #40694 ] this can't hurt - set the frame to autoactivate so if byChris Toshok2003-04-20