6db95a73be
Copy from X11:lxde/lxterminal based on submit request 26285 from user anubisg1 OBS-URL: https://build.opensuse.org/request/show/26285 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxterminal?expand=0&rev=1
13 lines
336 B
Diff
13 lines
336 B
Diff
diff -uNr lxterminal-0.1.6/src/tab.c lxterminal/src/tab.c
|
|
--- lxterminal-0.1.6/src/tab.c 2008-12-26 07:47:10.000000000 +0100
|
|
+++ lxterminal/src/tab.c 2009-07-13 23:58:57.000000000 +0200
|
|
@@ -49,7 +49,7 @@
|
|
return 1;
|
|
else if (strcmp(position, "left")==0)
|
|
return 2;
|
|
- else if (strcmp(position, "right")==0)
|
|
+ else
|
|
return 3;
|
|
}
|
|
|