ekiga r6099 - in trunk: . lib/gui
- From: mschneid svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6099 - in trunk: . lib/gui
- Date: Sun, 30 Mar 2008 19:53:49 +0100 (BST)
Author: mschneid
Date: Sun Mar 30 19:53:49 2008
New Revision: 6099
URL: http://svn.gnome.org/viewvc/ekiga?rev=6099&view=rev
Log:
Make the preferences boxes wider for new device names.
Remove (now) redundant DATA_DIR define.
Modified:
trunk/ChangeLog
trunk/lib/gui/Makefile.am
trunk/lib/gui/gmpreferences.c
Modified: trunk/lib/gui/Makefile.am
==============================================================================
--- trunk/lib/gui/Makefile.am (original)
+++ trunk/lib/gui/Makefile.am Sun Mar 30 19:53:49 2008
@@ -58,7 +58,6 @@
endif
INCLUDES = \
- -DDATA_DIR=\""$(datadir)"\" \
-I$(top_srcdir)/lib/gmconf \
-I$(top_srcdir)/lib \
-I$(top_srcdir) \
Modified: trunk/lib/gui/gmpreferences.c
==============================================================================
--- trunk/lib/gui/gmpreferences.c (original)
+++ trunk/lib/gui/gmpreferences.c Sun Mar 30 19:53:49 2008
@@ -653,7 +653,7 @@
g_object_set (G_OBJECT (renderer),
"ellipsize-set", TRUE,
"ellipsize", PANGO_ELLIPSIZE_END,
- "width-chars", 30, NULL);
+ "width-chars", 45, NULL);
gtk_label_set_mnemonic_widget (GTK_LABEL (label), option_menu);
conf_string = gm_conf_get_string (conf_key);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]