Set draw background to FALSE.
2000-12-25 Miguel de Icaza <miguel@helixcode.com> * gui/widgets/e-minicard.c (e_minicard_realize): Set draw background to FALSE. * gui/widgets/e-minicard-label.c (e_minicard_label_construct): ditto. (e_minicard_label_construct): ditto svn path=/trunk/; revision=7164
This commit is contained in:
committed by
Miguel de Icaza
parent
ca925e411c
commit
5eef222ab4
@ -1,3 +1,11 @@
|
||||
2000-12-25 Miguel de Icaza <miguel@helixcode.com>
|
||||
|
||||
* gui/widgets/e-minicard.c (e_minicard_realize): Set draw
|
||||
background to FALSE.
|
||||
|
||||
* gui/widgets/e-minicard-label.c (e_minicard_label_construct): ditto.
|
||||
(e_minicard_label_construct): ditto
|
||||
|
||||
2000-12-23 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* contact-editor/fullname-strings.h,
|
||||
|
||||
@ -12,17 +12,8 @@ bin_PROGRAMS = e-address-conduit-control-applet
|
||||
|
||||
e_address_conduit_control_applet_SOURCES = address-conduit-control-applet.c
|
||||
|
||||
e_address_conduit_control_applet_LDADD = \
|
||||
$(CAPPLET_LIBS) \
|
||||
$(GNOME_LIBDIR) \
|
||||
$(GNOME_PILOT_LIBS) \
|
||||
$(PISOCK_LIBDIR) $(PISOCK_LIBS) \
|
||||
$(GNOME_CAPPLET_LIBS) \
|
||||
$(BONOBO_VFS_GNOME_LIBS) \
|
||||
$(GNOME_XML_LIB) \
|
||||
$(GNOMEUI_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
e_address_conduit_control_applet_LDFLAGS = \
|
||||
-rdynamic -L/usr/lib -L/usr/X11R6/lib -lcapplet -lgnorba -lgpilotd -lgpilotdcm -lgpilotdconduit -lgnomevfs -lgthread -lpthread -lbonobo -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -ldb1 -lgdk_pixbuf -ltiff -ljpeg -lpng -lgtk -lgdk -lgmodule -ldl -lXi -lXext -lX11 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib -lnsl -lm -lxml -lz -lpisock
|
||||
|
||||
# Address Conduit
|
||||
e_address_conduitsdir=$(libdir)/gnome-pilot/conduits
|
||||
|
||||
@ -27,6 +27,7 @@
|
||||
|
||||
#include <gnome.h>
|
||||
#include <libgpilotdCM/gnome-pilot-conduit-management.h>
|
||||
#include <gpilotd/gnome-pilot-conduit.h>
|
||||
#include <libgpilotdCM/gnome-pilot-conduit-config.h>
|
||||
|
||||
/* Configuration info */
|
||||
|
||||
@ -245,6 +245,7 @@ e_minicard_label_construct (GnomeCanvasItem *item)
|
||||
"use_ellipsis", TRUE,
|
||||
"font_gdk", font,
|
||||
"fill_color", "black",
|
||||
"draw_background", FALSE,
|
||||
NULL );
|
||||
e_canvas_item_move_absolute(e_minicard_label->fieldname, 2, 1);
|
||||
|
||||
@ -258,6 +259,7 @@ e_minicard_label_construct (GnomeCanvasItem *item)
|
||||
"font_gdk", font,
|
||||
"fill_color", "black",
|
||||
"editable", TRUE,
|
||||
"draw_background", FALSE,
|
||||
NULL );
|
||||
e_canvas_item_move_absolute(e_minicard_label->field, ( e_minicard_label->width / 2 + 2), 1);
|
||||
|
||||
|
||||
@ -294,6 +294,7 @@ e_minicard_realize (GnomeCanvasItem *item)
|
||||
#endif
|
||||
"fill_color_gdk", &canvas->style->fg[GTK_STATE_NORMAL],
|
||||
"text", "",
|
||||
"draw_background", FALSE,
|
||||
NULL );
|
||||
e_canvas_item_move_absolute(e_minicard->header_text, 6, 6);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user