[Cxplorer-cvs 01305] CVS update: libcxp/src

アーカイブの一覧に戻る

Yasumichi Akahoshi yasum****@users*****
2005年 9月 30日 (金) 02:42:17 JST


Index: libcxp/src/cxp-mime-cmd-dialog.c
diff -u libcxp/src/cxp-mime-cmd-dialog.c:1.2 libcxp/src/cxp-mime-cmd-dialog.c:1.3
--- libcxp/src/cxp-mime-cmd-dialog.c:1.2	Fri Sep 30 02:34:37 2005
+++ libcxp/src/cxp-mime-cmd-dialog.c	Fri Sep 30 02:42:17 2005
@@ -20,7 +20,7 @@
 
 #include <cxp-utils.h>
 #include <gconf/gconf-client.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
 #include "cxp-mime-cmd-dialog.h"
  
 static void cxp_mime_cmd_dialog_class_init(CxpMimeCmdDialogClass *klass);
@@ -197,7 +197,7 @@
 
 		self->priv->entry[index] = gtk_entry_new ();
 		gtk_table_attach (GTK_TABLE(table), self->priv->entry[index], 1, 2, index, index+1, GTK_FILL, GTK_EXPAND, 2, 2);
-		gtk_entry_set_width_chars (GTK_ENTRY(self->priv->entry[index]), 50);
+		gtk_entry_set_width_chars (GTK_ENTRY(self->priv->entry[index]), 80);
 		self->priv->gconf_key[index] = g_strdup_printf(gconf_key_format[index], self->priv->mime_type);
 		g_strdelimit (self->priv->gconf_key[index], "+", '@');	/* example: application/xhtml+xml => /apps/cxp/mime-types/application/xhtml @ xml/preview */
 		command = gconf_client_get_string (self->priv->client, self->priv->gconf_key[index], NULL);


Cxplorer-cvs メーリングリストの案内
アーカイブの一覧に戻る