From: Andrey Rahmatullin <wrar@altlinux.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] Не собирается kde-styles-baghira-0.7-alt1.src.rpm
Date: Mon, 17 Oct 2005 15:08:38 +0600
Message-ID: <20051017090838.GC5538@wrars-comp.wrarsdomain> (raw)
In-Reply-To: <43528FEC.50304@ukr.net>
[-- Attachment #1: Type: text/plain, Size: 1799 bytes --]
On Sun, Oct 16, 2005 at 08:37:48PM +0300, Мар'ян Петришин wrote:
> In file included from usermanager_panelapplet_la.all_cpp.cpp:2:
> usermanager.cpp: In member function `void UserManager::doNewSession(bool)':
> usermanager.cpp:251: error: `PlainCaption' is not a member of type
> `KMessageBox'
wrar@wrars-comp CVS/baghira/sessionapplet $ cvs log usermanager.cpp
[...]
revision 1.4
date: 2005/10/03 13:14:35; author: baghira-style; state: Exp; lines: +5 -1
fixed 3.3 compilation
wrar@wrars-comp CVS/baghira/sessionapplet $ cvs diff -r1.3 -r1.4 usermanager.cpp
Index: usermanager.cpp
===================================================================
RCS file: /cvsroot/baghira/baghira/sessionapplet/usermanager.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -p -r1.3 -r1.4
--- usermanager.cpp 31 Jul 2005 16:15:57 -0000 1.3
+++ usermanager.cpp 3 Oct 2005 13:14:35 -0000 1.4
@@ -30,6 +30,7 @@
#include <kconfig.h>
#include <ksimpleconfig.h>
#include <kapplication.h>
+#include <kdeversion.h>
#include <kmessagebox.h>
#include <kservice.h>
#include <kstandarddirs.h>
@@ -248,7 +249,10 @@ void UserManager::doNewSession( bool loc
i18n("Warning - New Session"),
KGuiItem(i18n("&Start New Session"), "fork"),
":confirmNewSession",
- KMessageBox::PlainCaption | KMessageBox::Notify);
+#if KDE_IS_VERSION(3,3,91) //3.4 beta
+ KMessageBox::PlainCaption |
+#endif
+ KMessageBox::Notify);
if (result==KMessageBox::Cancel)
return;
Это уже после релиза 0.7.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
> Если железо вызывает сомнения и нет ups
(т.е. о хранении данных речь не идёт, только о выживании) [...]
-- mike in community@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2005-10-17 9:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-16 17:37 Мар'ян Петришин
2005-10-17 7:06 ` Evgeny Yugov
2005-10-17 16:27 ` Мар'ян Петришин
2005-10-17 16:35 ` Andrey Rahmatullin
2005-10-17 16:35 ` Andrey Rahmatullin
2005-10-17 9:08 ` Andrey Rahmatullin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051017090838.GC5538@wrars-comp.wrarsdomain \
--to=wrar@altlinux.ru \
--cc=community@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git