summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-28 04:51:23 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-28 04:51:23 +0800
commitf77aeca467136a98178581929bcd14b1f1759700 (patch)
tree136d214377bad9b0cb965f04938650566aec23a6
parentc865a23e7a3f854b8759c6d649680dc996e420aa (diff)
downloadmarcuscom-ports-f77aeca467136a98178581929bcd14b1f1759700.tar
marcuscom-ports-f77aeca467136a98178581929bcd14b1f1759700.tar.gz
marcuscom-ports-f77aeca467136a98178581929bcd14b1f1759700.tar.bz2
marcuscom-ports-f77aeca467136a98178581929bcd14b1f1759700.tar.lz
marcuscom-ports-f77aeca467136a98178581929bcd14b1f1759700.tar.xz
marcuscom-ports-f77aeca467136a98178581929bcd14b1f1759700.tar.zst
marcuscom-ports-f77aeca467136a98178581929bcd14b1f1759700.zip
Fix build and plist entry of mini-commander applet.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11942 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gnome-applets/files/patch-mini-commander_src_command-line.c20
-rw-r--r--x11/gnome-applets/pkg-plist7
2 files changed, 27 insertions, 0 deletions
diff --git a/x11/gnome-applets/files/patch-mini-commander_src_command-line.c b/x11/gnome-applets/files/patch-mini-commander_src_command-line.c
new file mode 100644
index 000000000..071a8cc2d
--- /dev/null
+++ b/x11/gnome-applets/files/patch-mini-commander_src_command-line.c
@@ -0,0 +1,20 @@
+--- mini-commander/src/command_line.c.orig 2009-02-17 01:16:51.000000000 +0100
++++ mini-commander/src/command_line.c 2009-02-27 21:19:19.000000000 +0100
+@@ -312,7 +312,7 @@ mc_show_history (GtkWidget *widget,
+ window = gtk_window_new(GTK_WINDOW_POPUP);
+ gtk_window_set_screen (GTK_WINDOW (window),
+ gtk_widget_get_screen (GTK_WIDGET (mc->applet)));
+- gtk_window_set_resizeable(GTK_WINDOW(window), FALSE);
++ gtk_window_set_resizable(GTK_WINDOW(window), FALSE);
+ gtk_window_set_type_hint(GTK_WINDOW(window), GDK_WINDOW_TYPE_HINT_COMBO);
+ /* cb */
+ g_signal_connect_after(GTK_OBJECT(window),
+@@ -507,7 +507,7 @@ mc_show_file_browser (GtkWidget *widget,
+ void
+ mc_create_command_entry (MCData *mc)
+ {
+- mc->entry = gtk_entry_new_with_max ();
++ mc->entry = gtk_entry_new ();
+ gtk_entry_set_max_length (GTK_ENTRY (mc->entry), MC_MAX_COMMAND_LENGTH);
+
+ g_signal_connect (mc->entry, "key_press_event",
diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist
index dfd844b75..1acdf3a21 100644
--- a/x11/gnome-applets/pkg-plist
+++ b/x11/gnome-applets/pkg-plist
@@ -495,6 +495,10 @@ share/gnome/help/char-palette/uk/figures/charpick_characters.png
%%COMMANDER%%share/gnome/help/command-line/es/figures/command-line.png
%%COMMANDER%%share/gnome/help/command-line/es/figures/prefs-macros.png
%%COMMANDER%%share/gnome/help/command-line/es/figures/prefs.png
+%%COMMANDER%%share/gnome/help/command-line/eu/command-line.xml
+%%COMMANDER%%share/gnome/help/command-line/eu/figures/command-line.png
+%%COMMANDER%%share/gnome/help/command-line/eu/figures/prefs-macros.png
+%%COMMANDER%%share/gnome/help/command-line/eu/figures/prefs.png
%%COMMANDER%%share/gnome/help/command-line/fr/command-line.xml
%%COMMANDER%%share/gnome/help/command-line/fr/figures/command-line.png
%%COMMANDER%%share/gnome/help/command-line/fr/figures/prefs-macros.png
@@ -1462,6 +1466,7 @@ share/omf/char-palette/char-palette-uk.omf
%%COMMANDER%%share/omf/command-line/command-line-el.omf
%%COMMANDER%%share/omf/command-line/command-line-en_GB.omf
%%COMMANDER%%share/omf/command-line/command-line-es.omf
+%%COMMANDER%%share/omf/command-line/command-line-eu.omf
%%COMMANDER%%share/omf/command-line/command-line-fr.omf
%%COMMANDER%%share/omf/command-line/command-line-ko.omf
%%COMMANDER%%share/omf/command-line/command-line-oc.omf
@@ -2065,6 +2070,8 @@ share/xmodmap/xmodmap.yu
%%COMMANDER%%@dirrm share/gnome/help/command-line/ko
%%COMMANDER%%@dirrm share/gnome/help/command-line/fr/figures
%%COMMANDER%%@dirrm share/gnome/help/command-line/fr
+%%COMMANDER%%@dirrm share/gnome/help/command-line/eu/figures
+%%COMMANDER%%@dirrm share/gnome/help/command-line/eu
%%COMMANDER%%@dirrm share/gnome/help/command-line/es/figures
%%COMMANDER%%@dirrm share/gnome/help/command-line/es
%%COMMANDER%%@dirrm share/gnome/help/command-line/en_GB/figures