aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-14 03:48:29 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-14 03:48:29 +0800
commite85b96971560854bd81a038cdb29265883a69c37 (patch)
treea2e82e860f22d73ebff8096b98fa5fa7b6ec3ef4 /addressbook/gui
parent1be3f59a27145521b6b4c1a8af48ab9421df33b2 (diff)
downloadgsoc2013-evolution-e85b96971560854bd81a038cdb29265883a69c37.tar.gz
gsoc2013-evolution-e85b96971560854bd81a038cdb29265883a69c37.tar.zst
gsoc2013-evolution-e85b96971560854bd81a038cdb29265883a69c37.zip
Added these.
2000-07-13 Christopher James Lahey <clahey@helixcode.com> * contact-editor/e-contact-editor-confirm-delete.glade, contact-editor/e-contact-editor-confirm-delete.glade.h: Added these. svn path=/trunk/; revision=4153
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade85
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade.h9
2 files changed, 94 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade b/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade
new file mode 100644
index 0000000000..7f52321021
--- /dev/null
+++ b/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<GTK-Interface>
+
+<project>
+ <name>e-contact-editor-confirm-delete</name>
+ <program_name>e-contact-editor-confirm-delete</program_name>
+ <directory></directory>
+ <source_directory>src</source_directory>
+ <pixmaps_directory>pixmaps</pixmaps_directory>
+ <language>C</language>
+ <gnome_support>True</gnome_support>
+ <gettext_support>True</gettext_support>
+ <use_widget_names>True</use_widget_names>
+ <output_main_file>False</output_main_file>
+ <output_support_files>False</output_support_files>
+ <output_build_files>False</output_build_files>
+ <gnome_help_support>True</gnome_help_support>
+ <output_translatable_strings>True</output_translatable_strings>
+ <translatable_strings_file>e-contact-editor-confirm-delete.glade.h</translatable_strings_file>
+</project>
+
+<widget>
+ <class>GnomeMessageBox</class>
+ <name>confirm-dialog</name>
+ <message_box_type>GNOME_MESSAGE_BOX_QUESTION</message_box_type>
+ <message>Are you sure you want
+to delete this contact?</message>
+ <title>Delete Contact?</title>
+ <position>GTK_WIN_POS_NONE</position>
+ <modal>False</modal>
+ <allow_shrink>False</allow_shrink>
+ <allow_grow>False</allow_grow>
+ <auto_shrink>False</auto_shrink>
+ <auto_close>True</auto_close>
+ <hide_on_close>False</hide_on_close>
+
+ <widget>
+ <class>GtkVBox</class>
+ <child_name>GnomeDialog:vbox</child_name>
+ <name>dialog-vbox1</name>
+ <homogeneous>False</homogeneous>
+ <spacing>8</spacing>
+ <child>
+ <padding>4</padding>
+ <expand>True</expand>
+ <fill>True</fill>
+ </child>
+
+ <widget>
+ <class>GtkHButtonBox</class>
+ <child_name>GnomeDialog:action_area</child_name>
+ <name>dialog-action_area1</name>
+ <layout_style>GTK_BUTTONBOX_END</layout_style>
+ <spacing>8</spacing>
+ <child_min_width>85</child_min_width>
+ <child_min_height>27</child_min_height>
+ <child_ipad_x>7</child_ipad_x>
+ <child_ipad_y>0</child_ipad_y>
+ <child>
+ <padding>0</padding>
+ <expand>False</expand>
+ <fill>True</fill>
+ <pack>GTK_PACK_END</pack>
+ </child>
+
+ <widget>
+ <class>GtkButton</class>
+ <name>button1</name>
+ <can_default>True</can_default>
+ <can_focus>True</can_focus>
+ <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
+ </widget>
+
+ <widget>
+ <class>GtkButton</class>
+ <name>button2</name>
+ <can_default>True</can_default>
+ <can_focus>True</can_focus>
+ <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
+ </widget>
+ </widget>
+ </widget>
+</widget>
+
+</GTK-Interface>
diff --git a/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade.h b/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade.h
new file mode 100644
index 0000000000..7168db0a5c
--- /dev/null
+++ b/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade.h
@@ -0,0 +1,9 @@
+/*
+ * Translatable strings file generated by Glade.
+ * Add this file to your project's POTFILES.in.
+ * DO NOT compile it as part of your application.
+ */
+
+gchar *s = N_("Are you sure you want\n"
+ "to delete this contact?");
+gchar *s = N_("Delete Contact?");
eebsd-ports-graphics/commit/multimedia/libxine?id=09f78d5e51d5aa0fc93933dfa18b32c72e66ac78'>Unbreak build of KDE4.nobutaka2008-10-252-0/+12 * Update to 1.1.15.nobutaka2008-10-192-5/+5 * - Update to 1.1.14. [1]nobutaka2008-07-123-21/+20 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Add WITH_XCB knob.nobutaka2008-05-182-0/+11 * Update to 1.1.12.nobutaka2008-04-224-7/+19 * Fix LIB_DEPENDS on ImageMagic after the last update.itetcu2008-04-211-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-10/+8 * - chase the cdio shared lib bumpmich2008-04-081-2/+2 * Update to FLAC 1.2.1. This version includes two and a half yearsnaddy2008-04-081-1/+2 * Update to 1.1.11.nobutaka2008-03-234-12/+26 * - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1 * - Fix libxine.pc to fix configure error of ports that depends on libxine.nobutaka2008-02-032-0/+15 * Update to 1.1.10.nobutaka2008-01-292-4/+4 * Update to 1.1.9.1.nobutaka2008-01-205-19/+25 * Chase libtheora lib versionahze2007-10-101-2/+2 * Add WITH_WAVPACK knob for WavPack support.nobutaka2007-09-242-1/+12 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1 * - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-1/+2 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1 * Change dependency on libcaca from BUILD_DEPENDS to LIB_DEPENDS.nobutaka2007-07-161-1/+1 * Update to 1.1.7.nobutaka2007-07-1510-347/+199 * - Fix build of XvMC plugin with new X.org, unmark BROKENpav2007-05-251-4/+5 * BROKEN: Incorrect pkg-plistkris2007-05-251-0/+2 * - Welcome X.org 7.2 \o/.flz2007-05-202-2/+8 * - Rename libdts to libdca and update to 0.0.5pav2007-05-021-2/+2 * Chase with the update of graphics/libcaca, bump the PORTREVISION on thesemezz2007-04-301-1/+1 * * LIB_DEPENDS changes (require libdvdread.so.5)koitsu2007-04-061-2/+2 * Chase the shared library version of speex, bump the PORTREVISION.mezz2007-02-241-2/+2 * Fix internal compiler error on amd64 and remove the workaround.nobutaka2007-02-192-4/+11 * - Don't install .a files.nobutaka2007-02-182-116/+14 * Add missing plist filejylefort2007-02-181-0/+1 * - Update to 1.1.4jylefort2007-02-153-118/+244 * - Remove support for xfree86-3pav2007-02-032-7/+1 * - Update to 1.1.3. This version fixes heap overflow vulnerability in libmmsnobutaka2006-12-085-137/+166 * Make sure to disable gnomevfs2 support when WITHOUT_GNOMEVFS2 is defined.nobutaka2006-12-031-9/+9 * make buildable on FreeBSD 4oliver2006-11-307-15/+121 * Fix the autocheck for the new path of gtk20 (X11BASE -> LOCALBASE).mezz2006-11-111-1/+1 * - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+1 * - Remove dependency to math/djbfft.nobutaka2006-08-272-18/+43 * - Fix build error with CFLAGS="-O -pipe". [1]nobutaka2006-08-024-5/+145 * - Update to 1.1.2.nobutaka2006-07-3011-323/+153 * Fix the buffer overflow vulnerability in the HTTP input plugin.nobutaka2006-06-112-1/+16 * Fix build error on 7-current.nobutaka2006-05-281-0/+11 * - Change dependencies reflecting update in graphics/ImageMagickmnag2006-05-241-1/+1 * - Chase lib version bump to libcdiomich2006-05-241-2/+2 * - Update PORTREVISION and libtheora version reflecting multimedia/libtheora u...mnag2006-05-071-4/+4 * - Remove USE_REINPLACE. [1]nobutaka2006-05-013-42/+61 * Chase audio/libmodplug update.ehaupt2006-04-261-1/+1 * Fix build error.nobutaka2006-02-261-1/+1 * Conversion to a single libtool environment.ade2006-02-231-1/+1 * Fix ioctl errors on amd64.nobutaka2006-02-062-1/+119 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2 * Chase libversion bumb to libMagick.so.9edwin2006-01-051-1/+2 * Fix build error on 5-stable.nobutaka2005-12-163-2/+134 * Fix build error.nobutaka2005-12-131-0/+13 * Update to 1.1.1.nobutaka2005-12-1110-200/+160 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * Rename WITH_LIBTHEORA and WITH_LIBCACA knobs to WITH_THEORA and WITH_CACA.nobutaka2005-10-232-14/+14 * Fix format string vulnerability.nobutaka2005-10-102-0/+12 * Add PATCH_DEPENDS on devel/libtool15 to fix build error.nobutaka2005-10-091-0/+1 * Backout the removal of patch-src:video_out:video_out_xv.c andnobutaka2005-10-022-0/+95 * Update to 1.1.0.nobutaka2005-09-2118-604/+165 * - libdata/pkgconfig is now included in mtreepav2005-05-171-1/+0 * Fix build error on 4-stable. [*]nobutaka2005-04-303-25/+38 * Update to 1.0.1.nobutaka2005-04-295-144/+164 * Fix the build when -fforce-addr is added to CFLAGSlioux2005-04-181-1/+1 * new version of libFLACnaddy2005-03-161-2/+2 * - Add --with-xvmc-lib configure option to CONFIGURE_ARGS to find libXvMCNVIDIAnobutaka2005-02-211-1/+2 * - Fix plist on amd64 by putting i386 specific items under WITH_VIDIXpav2005-02-141-15/+3 * Realy chase the shlib lib of theora.kwm2005-01-141-1/+1 * Bump portrevision to chase shlib dump of libtheora and new location.kwm2005-01-141-3/+4 * Fix compile error on 4.x.nobutaka2004-12-311-0/+45 * Update to 1.0. (At last!)nobutaka2004-12-3014-221/+212 * Fix breakage of the ffmpeg plugin on 5.3 and -current.nobutaka2004-09-162-1/+20 * Oops, accidentally spammed this port with a local change. Revert lastlofi2004-09-011-6/+0 * Update to KDE 3.3lofi2004-08-311-0/+6 * Fix vcd URL handling vulnerability described atnectar2004-08-252-1/+56 * Fix build with gcc-3.4.2.nobutaka2004-08-043-0/+134 * Chase XFREE86_VERSION -> X_WINDOW_SYSTEM conversion.anholt2004-07-241-1/+1 * Chase libraries for new audio/speex version.krion2004-07-231-1/+2 * Update to 1-rc5.nobutaka2004-07-045-20/+11 * Update to 1-rc4a.nobutaka2004-05-165-14/+15 * Update to 1-rc4.nobutaka2004-05-1313-571/+184 * Add dependency on graphics/png to fix make package.nobutaka2004-05-041-0/+1 * multimedia/libxine is broken on non-i386 architectures, amd64 inedwin2004-04-291-0/+12 * * Update to 1-rc3c.nobutaka2004-04-1110-82/+426 * - Use USE_ICONV knobkrion2004-03-311-1/+1 * Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1 * 1. Fix hangup problem with arts.nobutaka2004-02-224-4/+34 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2 * Let multimedia/libxine properly use USE_SDLedwin2004-01-281-1/+1 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Correct default search path of RealAudio and RealVideo codecs.nobutaka2004-01-112-0/+34 * Update 1-rc3a.nobutaka2004-01-075-60/+58 * Catch up with libogg/libvorbis version bump.naddy2003-12-211-3/+2 * Correct files/patch-src:libw32dll:ldt_keeper.c to avoid to fail in Check_FS_S...nobutaka2003-12-122-2/+2 * Fix crash with libkse / libthr.nobutaka2003-12-092-1/+53 * Chase the libmad/libid3tag shared lib version.marcus2003-12-071-2/+2 * Fix ac3 audio decoding breakage.nobutaka2003-11-262-8/+7 * Update to 1-rc2.nobutaka2003-11-1518-196/+105 * Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1 * Chase the libintl.so shared lib version.marcus2003-08-251-1/+1 * - Fix LIB_DEPENDSkrion2003-08-172-9/+13 * Fix compile error in src/input/input_gnome_vfs.c.nobutaka2003-08-131-0/+11 * Remove parentheses from .if statement to avoid make error.nobutaka2003-08-101-1/+1 * Update to 1-rc0a.nobutaka2003-08-10