aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gui-utils.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-28 02:00:25 +0800
committerDan Winship <danw@src.gnome.org>2001-05-28 02:00:25 +0800
commitd129a4a8fcaf8c5a148402ef572005c947ac4226 (patch)
tree8a32b6ca7bacc43694551f021cbb5ca368fb5067 /e-util/e-gui-utils.c
parent13a77e6d0857ce5d701f3cde7a861c613ac7c202 (diff)
downloadgsoc2013-evolution-d129a4a8fcaf8c5a148402ef572005c947ac4226.tar.gz
gsoc2013-evolution-d129a4a8fcaf8c5a148402ef572005c947ac4226.tar.zst
gsoc2013-evolution-d129a4a8fcaf8c5a148402ef572005c947ac4226.zip
Remove e_pixmaps_update (moved to libeshell) so libeutil won't depend on
* e-gui-utils.c: Remove e_pixmaps_update (moved to libeshell) so libeutil won't depend on bonobo. svn path=/trunk/; revision=10017
Diffstat (limited to 'e-util/e-gui-utils.c')
-rw-r--r--e-util/e-gui-utils.c55
1 files changed, 0 insertions, 55 deletions
diff --git a/e-util/e-gui-utils.c b/e-util/e-gui-utils.c
index d6b72f6b69..2f47a4a613 100644
--- a/e-util/e-gui-utils.c
+++ b/e-util/e-gui-utils.c
@@ -19,7 +19,6 @@
#include <libgnome/gnome-util.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk-pixbuf/gnome-canvas-pixbuf.h>
-#include <bonobo/bonobo-ui-util.h>
GtkWidget *e_create_image_widget(gchar *name,
gchar *string1, gchar *string2,
@@ -65,57 +64,3 @@ GtkWidget *e_create_image_widget(gchar *name,
} else
return NULL;
}
-
-static GSList *inited_arrays=NULL;
-
-static void
-free_pixmaps (void)
-{
- int i;
- GSList *li;
-
- for (li = inited_arrays; li != NULL; li = li->next) {
- EPixmap *pixcache = li->data;
- for (i = 0; pixcache [i].path; i++)
- g_free (pixcache [i].pixbuf);
- }
-
- g_slist_free(inited_arrays);
-}
-
-void e_pixmaps_update (BonoboUIComponent *uic, EPixmap *pixcache)
-{
- static int done_init = 0;
- int i;
-
- if (!done_init) {
- g_atexit (free_pixmaps);
- done_init = 1;
- }
-
- if (g_slist_find(inited_arrays, pixcache) == NULL)
- inited_arrays = g_slist_prepend (inited_arrays, pixcache);
-
- for (i = 0; pixcache [i].path; i++) {
- if (!pixcache [i].pixbuf) {
- char *path;
- GdkPixbuf *pixbuf;
-
- path = g_concat_dir_and_file (EVOLUTION_IMAGES,
- pixcache [i].fname);
-
- pixbuf = gdk_pixbuf_new_from_file (path);
- if (pixbuf == NULL) {
- g_warning ("Cannot load image -- %s", path);
- } else {
- pixcache [i].pixbuf = bonobo_ui_util_pixbuf_to_xml (pixbuf);
- gdk_pixbuf_unref (pixbuf);
- }
-
- g_free (path);
- }
- bonobo_ui_component_set_prop (uic, pixcache [i].path, "pixname",
- pixcache [i].pixbuf, NULL);
- }
-}
-
tw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/archivers?h=gstreamer0.10-removal&id=81f7dcd8425b68bbdbb9a90f639407b13a1881c9'>- Switch to options helpersamdmi32015-09-251-7/+2 * - Update to 1.53sunpoet2015-09-252-3/+3 * - Update to 1.51sunpoet2015-09-232-3/+3 * Update to version 1.18.3pawel2015-09-232-3/+3 * - Update to 5.30 Beta 4 (5.3.4)sunpoet2015-09-215-11/+10 * Typos, whitespace and capitalization fixes (A-F).olgeni2015-09-211-1/+1 * Build fix for FreeBSD 9. Define variable, since the old make throwsnaddy2015-09-201-0/+10 * Make all GNUstep ports install into the System domain so that the Local domai...theraven2015-09-194-36/+36 * Update to 2.12, but retain local fix for CVE-2015-1197.naddy2015-09-1813-188/+73 * - Replace '--touch' option with '-m'danilo2015-09-174-2/+167 * Apply patch to fix directory traversal vulnerabilityfeld2015-09-172-1/+284 * archivers/zopfli is not jobs safemarino2015-09-101-0/+2 * It turned out -fPIC is required on sparc64 as well: it dumps core withoutdanfe2015-09-091-0/+1 * Compile with -fPIC on PowerPC, otherwise resulting binaries are broken:danfe2015-09-091-1/+2 * - Add an upstream patch for archivers/py-lz4 to export its version number.jkim2015-09-053-1/+32 * Update file-roller to 3.16.4.kwm2015-09-043-18/+3 * - Add LICENSEsunpoet2015-09-042-28/+26 * - Update to 1.1.12farrokhi2015-09-032-6/+5 * Update devel/tbb to 4.4.0 and bump dependent ports' revisionsmartymac2015-09-031-1/+1 * - Bump PORTREVISION after libzip updatemakc2015-08-281-0/+1 * archivers/libzip:makc2015-08-287-47/+57 * - Update to 1.50sunpoet2015-08-272-3/+3 * - Add some NO_ARCH'esamdmi32015-08-268-0/+8 * Remove FreeBSD 8 specific checkbapt2015-08-241-7/+0 * archives/ocaml-bz2 is not jobs safemarino2015-08-221-0/+2 * - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-219-18/+14 * - Add missing option, fixing buildamdmi32015-08-201-1/+1 * - New port: archivers/peazipacm2015-08-209-0/+240 * Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-193-19/+4 * - Remove USE_FPC_RUN. It is not necessary hereacm2015-08-181-2/+1 * - Convert to system libzopflidanilo2015-08-161-0/+6 * - Update to version 1.11pawel2015-08-162-5/+7 * archivers/pigz: convert to system libzopfli and respect CC/CFLAGS/LDFLAGSjbeich2015-08-162-12/+13 * archivers/zopfli: update to 1.0.0.31 (snapshot)jbeich2015-08-163-11/+49 * - Update WWWsunpoet2015-08-161-1/+1 * - Update WWWsunpoet2015-08-161-1/+1 * - Update WWWsunpoet2015-08-161-1/+1 * Add explicit USES=iconv, libarchive was linking against libiconv/libcharsetantoine2015-08-151-3/+11 * - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0 * - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0 * - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0 * - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0 * - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0 * - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0 * - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0 * - Add some NO_ARCH'esamdmi32015-08-1113-1/+14 * Add missing run dependencyantoine2015-08-101-1/+2 * Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have itandrew2015-08-101-0/+1 * - editors/lazarus update to 1.4.2acm2015-08-093-3/+3 * Update to version 1.18.2pawel2015-08-093-9/+4 * The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-068-7/+84 * Remove unneeded MASTER_SITES=GH entries.mat2015-08-041-1/+0 * Horde package update:mm2015-08-032-3/+3 * - Update to 1.49sunpoet2015-08-022-3/+3 * Libarchive can use either libxml2 or libexpat for xar support, but thetijl2015-07-291-12/+8 * Update MATE DE to 1.10.0.kwm2015-07-284-8/+13 * For now, ignore on the package builders when default python version is not 3.2+antoine2015-07-251-0/+4 * Update to 1.4.delphij2015-07-242-3/+3 * Update to 1.7.delphij2015-07-242-3/+3 * Convert to USES=libarchive, reduce over linkingbapt2015-07-201-1/+3 * Enforce libarchive from portsbapt2015-07-196-15/+12 * Add archivers/py-attic: A deduplicating backup programriggs2015-07-194-0/+50 * Update to version 0.09.42skreuzer2015-07-142-4/+3 * - Move archivers/pear-PHP_Archiv to archivers/pear-PHP_Archivesunpoet2015-07-135-6/+9 * Update to r131.adamw2015-07-082-4/+4 * - Add NO_ARCHsunpoet2015-07-071-0/+1 * - Update to 0.76jadawin2015-07-062-3/+3 * Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-034-0/+8 * After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-291-2/+0 * - Cleanup CHMOD after r390893sunpoet2015-06-295-10/+0 * Update to r130, which incorporates the patches that riggs committed inadamw2015-06-295-97/+3 * Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. Theadamw2015-06-242-2/+0 * Drop unneeded perl5 run dependencybapt2015-06-201-0/+2 * - Update to 1.48sunpoet2015-06-192-3/+3 * - Update to 1.47sunpoet2015-06-192-3/+3 * Upgrade to 3.0.1.vanilla2015-06-182-5/+4 * - Strip binariesamdmi32015-06-171-0/+5 * - Fix LICENSE and pkg-descrdanilo2015-06-172-1/+2 * - Add NO_ARCHsunpoet2015-06-151-0/+1 * - Add NO_ARCHsunpoet2015-06-151-0/+1 * - Add NO_ARCHsunpoet2015-06-151-0/+1 * - Add NO_ARCHsunpoet2015-06-151-0/+1 * - Strip shared librarysunpoet2015-06-151-0/+6 * - Strip shared librarysunpoet2015-06-151-0/+6 * - Strip shared librarysunpoet2015-06-151-1/+7 * - Strip shared librarysunpoet2015-06-151-0/+6 * - Strip shared librarysunpoet2015-06-151-1/+6 * - Add NO_ARCHsunpoet2015-06-151-0/+1 * - Update to version 1.18.1pawel2015-06-124-10/+16 * Assign maintainership to python@.jkim2015-06-111-1/+1 * Revert r389121 and fix setup.py.jkim2015-06-112-2/+11 * Fix build dependency.jkim2015-06-111-0/+2 * Python binding for the lz4 compression library by Yann Collet.jkim2015-06-114-0/+26 * - Update to 1.4danilo2015-06-092-3/+3 * - Add NO_ARCHsunpoet2015-06-091-0/+1 * - Use CONFLICTS_INSTALL instead of CONFLICTSsunpoet2015-06-071-1/+1 * Get rid of PERL_LEVEL checks for Perl versions not supported.mat2015-06-052-13/+1 * - Add CPE infoamdmi32015-06-041-0/+2 * - Add CPE infoamdmi32015-06-041-1/+2 * - Strip binaryamdmi32015-06-041-0/+4 * - Update to 2.2.0jadawin2015-06-032-10/+4 * Security update to 1.6delphij2015-06-012-3/+3 * Update to GNU sharutils 4.15.2 (bugfix release)johans2015-05-312-3/+3 * Cleanup USE_GITHUB usage.mat2015-05-314-6/+6 * - Strip librariesamdmi32015-05-301-1/+7 * - Drop run dependency on sysutils/coreutils, checksums are nowpawel2015-05-272-26/+5 * Fix decompression in a pipeline: import fix from dev branch inriggs2015-05-254-0/+94 * Update to version 1.18.0pawel2015-05-234-74/+25 * Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-22